From 7d0749bf690b36d0f5443a3a0adf133df08aff01 Mon Sep 17 00:00:00 2001 From: Chris Simmons Date: Mon, 18 Sep 2023 08:51:21 -0700 Subject: [PATCH] ApiClient information in README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 00bf1f6..350cd25 100644 --- a/README.md +++ b/README.md @@ -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.