Skip to content

Commit 4f0b36f

Browse files
committed
add note to readme
1 parent 9e3cb97 commit 4f0b36f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,12 @@ Add the dependencies to your project's build file (replace `<SDK_VERSION>` with
5757

5858
## Examples
5959

60-
Examples on services, configuration and authentication possibilities can be found in the [examples folder](https://github.com/stackitcloud/stackit-sdk-java/tree/main/examples).
60+
Examples on services, configuration and authentication possibilities can be found in the [examples folder](/examples).
61+
62+
> [!WARNING]
63+
> For production usage, especially when working with multiple STACKIT SDK modules, consider passing your own `OkHttpClient`
64+
> object (as recommended in the [OkHttpClient lib docs](https://square.github.io/okhttp/3.x/okhttp/index.html?okhttp3/OkHttpClient.html)).
65+
> See our [custom HTTP client example](/examples/custom-http-client/src/main/java/cloud/stackit/sdk/customhttpclient/examples/CustomHttpClientExample.java) for reference.
6166
6267
## Authorization
6368

0 commit comments

Comments
 (0)