From a93f786d56a7eebe0de1fb89f84fac58408ee1d8 Mon Sep 17 00:00:00 2001 From: Denis Arslanbekov Date: Sun, 14 Jan 2024 18:12:09 +0000 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aed5191..51f8d5d 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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