We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 171e3e7 commit fc6b179Copy full SHA for fc6b179
templates/index.handlebars
@@ -14,5 +14,5 @@ export type { {{responseClass}} } from './{{{responseFile}}}';
14
{{#services}}export { {{typeName}} } from './services/{{{fileName}}}';
15
{{/services}}{{/if}}
16
{{#functions}}export type { {{paramsType}} } from './{{{importPath}}}/{{{importFile}}}';
17
-export { {{methodName}} } from './{{{importPath}}}/{{{importFile}}}';
+export { {{importName}} } from './{{{importPath}}}/{{{importFile}}}';
18
{{/functions}}
test/all-operations.config.json
@@ -3,6 +3,7 @@
3
"input": "all-operations.json",
4
"output": "out/all-operations",
5
"defaultTag": "noTag",
6
+ "indexFile": true,
7
"excludeParameters": [
8
"X-Exclude"
9
],
0 commit comments