-
How to connect to this client
-
-
Using HTTP
-
-
- 1. Make the following request to get an access token. It will be valid for 30 days.
-
- {{connectHttpText}}
-
-
-
- 2. Add the bearer token as authorization header to all requests:
-
- Authorization: Bearer [YOUR_TOKEN]
-
-
-
- Use the following token for testing
-
- {{connectToken?.accessToken}}
-
-
-
Using the command line interface (CLI)
-
-
- Download the CLI here: CLI Releases (Linux, OS X, Windows)
-
-
-
- Connect with .NET SDK:
-
- {{connectCLINetText}}
-
-
-
- Connect with Windows:
-
- {{connectCLIWinText}}
-
-
-
- Connect with Linux / OS X
-
- {{connectCLINixText}}
-
-
-
Using the C# Client Library
-
-
- Get the nuget library from nuget.org
-
-
-
- Create a client manager
-
- {{connectLibraryText}}
-
-
-