diff --git a/config/clients/dotnet/template/README_initializing.mustache b/config/clients/dotnet/template/README_initializing.mustache index 0ed4f68c..fea0cea5 100644 --- a/config/clients/dotnet/template/README_initializing.mustache +++ b/config/clients/dotnet/template/README_initializing.mustache @@ -1,6 +1,6 @@ -The documentation below refers to the `{{packageName}}Client`, to read the documentation for `{{packageName}}Api`, check out the [`v0.2.1` documentation](https://github.com/{{gitUserId}}/{{gitRepoId}}/tree/v0.2.1#readme). +We strongly recommend you initialize the `{{appShortName}}Client` only once and then re-use it throughout your app, otherwise you will incur the cost of having to re-initialize multiple times or at every request, the cost of reduced connection pooling and re-use, and would be particularly costly in the client credentials flow, as that flow will be preformed on every request. -> The {{packageName}}Client will by default retry API requests up to {{defaultMaxRetry}} times on 429 and 5xx errors. +> The `{{packageName}}Client` will by default retry API requests up to {{defaultMaxRetry}} times on 429 and 5xx errors. #### No Credentials diff --git a/config/clients/go/template/README_initializing.mustache b/config/clients/go/template/README_initializing.mustache index ef89b72d..415a9858 100644 --- a/config/clients/go/template/README_initializing.mustache +++ b/config/clients/go/template/README_initializing.mustache @@ -1,6 +1,6 @@ -The documentation below refers to the `{{packageName}}Client`, to read the documentation for `{{packageName}}Api`, check out the [`v0.2.1` documentation](https://github.com/{{gitUserId}}/{{gitRepoId}}/tree/v0.2.1#readme). +We strongly recommend you initialize the `{{appShortName}}Client` only once and then re-use it throughout your app, otherwise you will incur the cost of having to re-initialize multiple times or at every request, the cost of reduced connection pooling and re-use, and would be particularly costly in the client credentials flow, as that flow will be preformed on every request. -> The {{packageName}}Client will by default retry API requests up to {{defaultMaxRetry}} times on 429 and 5xx errors. +> The `{{packageName}}Client` will by default retry API requests up to {{defaultMaxRetry}} times on 429 and 5xx errors. #### No Credentials diff --git a/config/clients/java/template/README_initializing.mustache b/config/clients/java/template/README_initializing.mustache index bf64c285..10a9a21e 100644 --- a/config/clients/java/template/README_initializing.mustache +++ b/config/clients/java/template/README_initializing.mustache @@ -1,3 +1,7 @@ +We strongly recommend you initialize the `{{appShortName}}Client` only once and then re-use it throughout your app, otherwise you will incur the cost of having to re-initialize multiple times or at every request, the cost of reduced connection pooling and re-use, and would be particularly costly in the client credentials flow, as that flow will be preformed on every request. + +> The `{{packageName}}Client` will by default retry API requests up to {{defaultMaxRetry}} times on 429 and 5xx errors. + #### No Credentials ```java diff --git a/config/clients/js/template/README_initializing.mustache b/config/clients/js/template/README_initializing.mustache index ae077063..1d117d2f 100644 --- a/config/clients/js/template/README_initializing.mustache +++ b/config/clients/js/template/README_initializing.mustache @@ -1,6 +1,6 @@ -The documentation below refers to the `{{appShortName}}Client`, to read the documentation for `{{appShortName}}Api`, check out the [`v0.2.2` documentation](https://github.com/{{gitUserId}}/{{gitRepoId}}/tree/v0.2.2#readme). +We strongly recommend you initialize the `{{appShortName}}Client` only once and then re-use it throughout your app, otherwise you will incur the cost of having to re-initialize multiple times or at every request, the cost of reduced connection pooling and re-use, and would be particularly costly in the client credentials flow, as that flow will be preformed on every request. -> The {{appShortName}}Client will by default retry API requests up to {{defaultMaxRetry}} times on 429 and 5xx errors. +> The `{{appShortName}}Client` will by default retry API requests up to {{defaultMaxRetry}} times on 429 and 5xx errors. #### No Credentials diff --git a/config/clients/python/template/README_initializing.mustache b/config/clients/python/template/README_initializing.mustache index 6652df98..3a746a78 100644 --- a/config/clients/python/template/README_initializing.mustache +++ b/config/clients/python/template/README_initializing.mustache @@ -1,6 +1,6 @@ -The documentation below refers to the `{{appShortName}}Client`, to read the documentation for `{{appShortName}}Api`, check out the [`v0.1.1` documentation](https://github.com/{{gitUserId}}/{{gitRepoId}}/tree/v0.1.1#readme). +We strongly recommend you initialize the `{{appShortName}}Client` only once and then re-use it throughout your app, otherwise you will incur the cost of having to re-initialize multiple times or at every request, the cost of reduced connection pooling and re-use, and would be particularly costly in the client credentials flow, as that flow will be preformed on every request. -> The {{appShortName}}Client will by default retry API requests up to {{defaultMaxRetry}} times on 429 and 5xx errors. +> The `{{appShortName}}Client` will by default retry API requests up to {{defaultMaxRetry}} times on 429 and 5xx errors. #### No Credentials