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 378ca27 commit 3790b39Copy full SHA for 3790b39
custom_templates/api.mustache
@@ -106,7 +106,7 @@ public class {{classname}} {
106
};
107
108
if (contentType == null) {
109
- final String localVarContentType = apiClient.selectHeaderContentType(localVarContentTypes);
+ final String localVarContentType = apiClient.selectHeaderContentType(localVarContentTypes);
110
}
111
112
String[] localVarAuthNames = new String[] { {{#authMethods}}"{{name}}"{{^-last}}, {{/-last}}{{/authMethods}} };
openapi-config.yml
@@ -13,3 +13,4 @@ apiPackage: com.bandwidth.sdk.api
13
modelPackage: com.bandwidth.sdk.model
14
library: okhttp-gson
15
licenseName: MIT
16
+templateDir: custom_templates
0 commit comments