We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 215a304 commit d4584ddCopy full SHA for d4584dd
1 file changed
templates/java/api.mustache
@@ -56,6 +56,7 @@ import cloud.stackit.sdk.core.config.CoreConfiguration;
56
import cloud.stackit.sdk.core.exception.ApiException;
57
58
{{#operations}}
59
+// Package-private access to enforce service-specific API usage (DefaultApi => <ServiceName>Api)
60
class {{classname}} {
61
private ApiClient localVarApiClient;
62
private int localHostIndex;
0 commit comments