Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arslanbekov committed Jan 14, 2024
1 parent 7c0db1b commit a93f786
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# CloudConnexa Go Client
# Cloud Connexa Go Client

This Go library enables access to the CloudConnexa API, as detailed in the [CloudConnexa API Documentation](https://openvpn.net/cloud-docs/developer/cloudconnexa-api.html).
[![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)

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

## Installation Instructions

Expand All @@ -24,7 +26,7 @@ Instantiate a new CloudConnexa client. Subsequently, utilize the diverse service
client := cloudconnexa.NewClient("api_url", "client_id", "client_secret")

// List connectors
connectors, _, err := client.Connectors.List(ctx, nil)
connectors, _, err := client.Connectors.List()
```

## Authentication
Expand Down

0 comments on commit a93f786

Please sign in to comment.