You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Go library enables access to the Cloud Connexa API, as detailed in the [Cloud Connexa API Documentation](https://openvpn.net/cloud-docs/developer/cloudconnexa-api.html).
6
9
@@ -12,6 +15,14 @@ To install the cloudconnexa-go-client, ensure you are using a modern Go release
12
15
go get github.com/openvpn/cloudconnexa-go-client/v2/cloudconnexa
13
16
```
14
17
18
+
## Features
19
+
20
+
- Complete Cloud Connexa API coverage
21
+
- Pagination support
22
+
- Rate limiting
23
+
- Automatic token management
24
+
- Concurrent safe
25
+
15
26
## How to Use
16
27
17
28
In your Go project, you can use the library by importing it as follows:
Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.
111
+
112
+
Please make sure to update tests as appropriate.
113
+
114
+
## License
115
+
116
+
This project is licensed under the Apache License - see the [LICENSE](LICENSE) file for details.
117
+
118
+
## Security
119
+
120
+
For security issues, please email [[email protected]](mailto:[email protected]?subject=Security%20Issue%20in%20cloudconnexa-go-client%20github%20repository) instead of posting a public issue on GitHub.
0 commit comments