Skip to content

Commit 8433669

Browse files
committed
update doc
1 parent 2152b70 commit 8433669

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

docs/generators.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ id: generators
33
title: Generators List
44
---
55

6+
[main] INFO o.o.c.l.PythonFastAPIServerCodegen - Skipping sorting of path operations, order matters, let the developer decide via their specification file.
67
The following generators are available:
78

89
## CLIENT generators

docs/generators/typescript-axios.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,8 @@ These options may be applied as additional-properties (cli) or configOptions (pl
4343
|stringEnums|Generate string enums instead of objects for enum values.| |false|
4444
|supportsES6|Generate code that conforms to ES6.| |false|
4545
|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|
46-
<<<<<<< HEAD
4746
|useSquareBracketsInArrayNames|Setting this property to true will add brackets to array attribute names, e.g. my_values[].| |false|
48-
=======
4947
|withAWSV4Signature|whether to include AWS v4 signature support| |false|
50-
>>>>>>> d04f4c11cc6b2cd6a9c725b9af9c0456005d0062
5148
|withInterfaces|Setting this property to true will generate interfaces next to the default class implementations.| |false|
5249
|withNodeImports|Setting this property to true adds imports for NodeJS| |false|
5350
|withSeparateModelsAndApi|Put the model and api in separate folders and in separate classes. This requires in addition a value for 'apiPackage' and 'modelPackage'| |false|

0 commit comments

Comments
 (0)