Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/protonmail/go-proton-api
Proton API library used by Go-based clients and tools
https://github.com/protonmail/go-proton-api
client go golang proton protonmail rest-api
Last synced: about 13 hours ago
JSON representation
Proton API library used by Go-based clients and tools
- Host: GitHub
- URL: https://github.com/protonmail/go-proton-api
- Owner: ProtonMail
- License: mit
- Created: 2022-11-23T09:51:01.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-18T10:06:57.000Z (about 2 months ago)
- Last Synced: 2024-09-19T13:25:10.812Z (about 2 months ago)
- Topics: client, go, golang, proton, protonmail, rest-api
- Language: Go
- Homepage:
- Size: 401 KB
- Stars: 122
- Watchers: 9
- Forks: 16
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING_NOTES.md
Awesome Lists containing this project
README
# Go Proton API
This repository holds Go Proton API, a Go library implementing a client and development server for (a subset of) the Proton REST API.
The license can be found in the [LICENSE](./LICENSE) file.
For the contribution policy, see [CONTRIBUTING](./CONTRIBUTING.md).
## Environment variables
Most of the integration tests run locally. The ones that interact with Proton servers require the following environment variables set:
- ```GO_PROTON_API_TEST_USERNAME```
- ```GO_PROTON_API_TEST_PASSWORD```## Contribution
The library is maintained by Proton AG, and is not actively looking for contributors.