Skip to content

Commit 09db2ee

Browse files
authored
Update README.md
Signed-off-by: Denis Arslanbekov <[email protected]>
1 parent 2401b9b commit 09db2ee

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# Cloud Connexa Go Client
22

33
[![GoDoc](https://img.shields.io/static/v1?label=godoc&message=reference&color=blue)](https://pkg.go.dev/github.com/openvpn/cloudconnexa-go-client/v2/cloudconnexa)
4-
[![Go Report Card](https://goreportcard.com/badge/github.com/openvpn/cloudconnexa-go-client/v2)](https://goreportcard.com/report/github.com/openvpn/cloudconnexa-go-client/v2)
54
[![codecov](https://codecov.io/gh/openvpn/cloudconnexa-go-client/branch/main/graph/badge.svg)](https://codecov.io/gh/openvpn/cloudconnexa-go-client)
65
[![Build Status](https://github.com/openvpn/cloudconnexa-go-client/workflows/Go%20build/badge.svg)](https://github.com/openvpn/cloudconnexa-go-client/actions)
76

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.
98

109
**Full CloudConnexa API v1.1.0 Support** - Complete coverage of all public API endpoints with modern Go patterns.
1110

@@ -63,7 +62,7 @@ func main() {
6362

6463
The client requires three parameters for authentication:
6564

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`)
6766
- `client_id`: OAuth2 client ID
6867
- `client_secret`: OAuth2 client secret
6968

@@ -234,7 +233,7 @@ The client provides **100% coverage** of the CloudConnexa API v1.1.0 with all pu
234233

235234
### **API v1.1.0 Features**
236235

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
238237
- **Enhanced Sessions API**: Complete OpenVPN session monitoring with cursor-based pagination
239238
- **Comprehensive Devices API**: Full device management with filtering and bulk operations
240239
- **IPsec Support**: Start/stop IPsec tunnels for Network Connectors
@@ -357,7 +356,7 @@ Current version: `v2.x.x`
357356

358357
### Changelog
359358

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.
361360

362361
## License
363362

0 commit comments

Comments
 (0)