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
Copy file name to clipboardExpand all lines: docs/generators/typescript-axios.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,11 +40,11 @@ These options may be applied as additional-properties (cli) or configOptions (pl
40
40
|stringEnums|Generate string enums instead of objects for enum values.||false|
41
41
|supportsES6|Generate code that conforms to ES6.||false|
42
42
|useSingleRequestParameter|Setting this property to true will generate functions with a single argument containing all API endpoint parameters instead of one argument per parameter.||false|
43
+
|withAWSV4Signature|whether to include AWS v4 signature support||false|
43
44
|withInterfaces|Setting this property to true will generate interfaces next to the default class implementations.||false|
44
45
|withNodeImports|Setting this property to true adds imports for NodeJS||false|
45
46
|withSeparateModelsAndApi|Put the model and api in separate folders and in separate classes. This requires in addition a value for 'apiPackage' and 'modelPackage'||false|
46
47
|withoutPrefixEnums|Don't prefix enum names with class names||false|
47
-
|withAWSV4Signature|whether to include AWS v4 signature support||false|
0 commit comments