|
1 | 1 | # Cloud Connexa Go Client |
2 | 2 |
|
3 | 3 | [](https://pkg.go.dev/github.com/openvpn/cloudconnexa-go-client/v2/cloudconnexa) |
4 | | -[](https://goreportcard.com/report/github.com/openvpn/cloudconnexa-go-client/v2) |
5 | 4 | [](https://codecov.io/gh/openvpn/cloudconnexa-go-client) |
6 | 5 | [](https://github.com/openvpn/cloudconnexa-go-client/actions) |
7 | 6 |
|
8 | | -Official Go client library for the Cloud Connexa API, providing programmatic access to OpenVPN Cloud Connexa services. |
| 7 | +The official Go client library for the Cloud Connexa API provides programmatic access to OpenVPN Cloud Connexa services. |
9 | 8 |
|
10 | 9 | **Full CloudConnexa API v1.1.0 Support** - Complete coverage of all public API endpoints with modern Go patterns. |
11 | 10 |
|
@@ -63,7 +62,7 @@ func main() { |
63 | 62 |
|
64 | 63 | The client requires three parameters for authentication: |
65 | 64 |
|
66 | | -- `api_url`: Your organization's API endpoint (e.g., `https://myorg.api.openvpn.com`) |
| 65 | +- `api_url`: Your organisation's API endpoint (e.g., `https://myorg.api.openvpn.com`) |
67 | 66 | - `client_id`: OAuth2 client ID |
68 | 67 | - `client_secret`: OAuth2 client secret |
69 | 68 |
|
@@ -234,7 +233,7 @@ The client provides **100% coverage** of the CloudConnexa API v1.1.0 with all pu |
234 | 233 |
|
235 | 234 | ### **API v1.1.0 Features** |
236 | 235 |
|
237 | | -- **Direct Endpoints**: Optimized single-call access for DNS Records and User Groups |
| 236 | +- **Direct Endpoints**: Optimised single-call access for DNS Records and User Groups |
238 | 237 | - **Enhanced Sessions API**: Complete OpenVPN session monitoring with cursor-based pagination |
239 | 238 | - **Comprehensive Devices API**: Full device management with filtering and bulk operations |
240 | 239 | - **IPsec Support**: Start/stop IPsec tunnels for Network Connectors |
@@ -357,7 +356,7 @@ Current version: `v2.x.x` |
357 | 356 |
|
358 | 357 | ### Changelog |
359 | 358 |
|
360 | | -See [Releases](https://github.com/openvpn/cloudconnexa-go-client/releases) for detailed changelog. |
| 359 | +See [Releases](https://github.com/openvpn/cloudconnexa-go-client/releases) for the detailed changelog. |
361 | 360 |
|
362 | 361 | ## License |
363 | 362 |
|
|
0 commit comments