Skip to content

Commit

Permalink
ApiClient information in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSimmons committed Sep 18, 2023
1 parent 43a4a63 commit 7d0749b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,7 @@ ApiClient client = ApiClient.GetApiClientWithClientCredentials(apiKey, apiSecret
```

For more examples, see unittests package.

## `ApiClient` lifecycle

In production applications, we recommend utilizing the `ApiClient` as a global singleton. This ensures that token caching is properly performed.

0 comments on commit 7d0749b

Please sign in to comment.