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 b63e845 commit f9e6112Copy full SHA for f9e6112
src/main/resources/handlebars/typescript-axios/apiInner.mustache
@@ -187,7 +187,7 @@ export const {{classname}}AxiosParamCreator = function (configuration?: Configur
187
const query = new URLSearchParams(localVarUrlObj.search);
188
for (const key in localVarQueryParameter) {
189
query.set(key, localVarQueryParameter[key]);
190
-
+ }
191
for (const key in options.params) {
192
query.set(key, options.params[key]);
193
}
src/main/resources/handlebars/typescript-axios/index.mustache
@@ -4,4 +4,5 @@
4
5
export * from "./api";
6
export * from "./configuration";
7
+export * from "./models";
8
{{#withSeparateModelsAndApi}}export * from "./{{tsModelPackage}}";{{/withSeparateModelsAndApi}}
0 commit comments