mirror of
https://github.com/passbolt/go-passbolt.git
synced 2025-05-10 09:58:21 +00:00
Update README
This commit is contained in:
parent
a3a0755308
commit
5eb35e8a77
1 changed files with 3 additions and 1 deletions
|
@ -1,12 +1,14 @@
|
||||||
# go-passbolt
|
# go-passbolt
|
||||||
A Go Module to interact with [Passbolt](https://www.passbolt.com/), a Open source Password Manager for Teams
|
A Go Module to interact with [Passbolt](https://www.passbolt.com/), a Open source Password Manager for Teams
|
||||||
|
|
||||||
This Module tries to Support the Latest Passbolt PRO Server Release, PRO Features Such as Folders are Supported.
|
This Module tries to Support the Latest Passbolt Community/PRO Server Release, PRO Features Such as Folders are Supported.
|
||||||
Older Versions of Passbolt such as v2 are unsupported (it's a Password Manager, please update it)
|
Older Versions of Passbolt such as v2 are unsupported (it's a Password Manager, please update it)
|
||||||
|
|
||||||
This Module is split into 2 packages: api and helper, in the api package you will find everything to directly interact with the API. The helper Package has simplified functions that use the api package to perform common but complicated tasks such as Sharing a Password. To use the API Package please read the Passbolt API [Docs](https://help.passbolt.com/api).
|
This Module is split into 2 packages: api and helper, in the api package you will find everything to directly interact with the API. The helper Package has simplified functions that use the api package to perform common but complicated tasks such as Sharing a Password. To use the API Package please read the Passbolt API [Docs](https://help.passbolt.com/api).
|
||||||
Sadly the Docs aren't Complete so many Things here have been found by looking at the source of Passbolt or through trial and error, if you have a Question just ask.
|
Sadly the Docs aren't Complete so many Things here have been found by looking at the source of Passbolt or through trial and error, if you have a Question just ask.
|
||||||
|
|
||||||
|
PR's are Welcome, if it's something bigger / fundamental: Please make a Issue and ask first.
|
||||||
|
|
||||||
# Install
|
# Install
|
||||||
|
|
||||||
`go get github.com/speatzle/go-passbolt`
|
`go get github.com/speatzle/go-passbolt`
|
||||||
|
|
Loading…
Add table
Reference in a new issue