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
The library takes care of caching under the hood (opt-in) and provides some convenience extensions.
21
+
## How is this different from the [official samples][33]?
22
+
23
+
The official samples are an excellent demo of the API inside a full-fledged Java project.
24
+
Among other things, you might not want to maintain an OpenAPI code generation setup.
25
+
Even if you do, you'll find it generates less-than-ideal or even failing code depending on your `openapi-generator` configuration.
26
+
This library [fixes][34] those issues in generated code, implements [paging][24], [caching][13] and [env-based configuration][8] for you, while providing a JAR that's ready-to-use from any project, script or notebook.
0 commit comments