You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,12 @@ Add the dependencies to your project's build file (replace `<SDK_VERSION>` with
57
57
58
58
## Examples
59
59
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.
0 commit comments