Skip to content

Commit 0f99cd0

Browse files
committed
update dart jaguar doc
1 parent 7ab73ff commit 0f99cd0

File tree

1 file changed

+21
-42
lines changed

1 file changed

+21
-42
lines changed

docs/generators/dart-jaguar.md

Lines changed: 21 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,22 @@
11

2-
CONFIG OPTIONS for dart-jaguar
3-
4-
sortParamsByRequiredFlag
5-
Sort method arguments to place required parameters before optional parameters. (Default: true)
6-
7-
ensureUniqueParams
8-
Whether to ensure parameter names are unique in an operation (rename parameters that are not). (Default: true)
9-
10-
allowUnicodeIdentifiers
11-
boolean, toggles whether unicode identifiers are allowed in names or not, default is false (Default: false)
12-
13-
prependFormOrBodyParameters
14-
Add form or body parameters to the beginning of the parameter list. (Default: false)
15-
16-
browserClient
17-
Is the client browser based
18-
19-
pubName
20-
Name in generated pubspec
21-
22-
pubVersion
23-
Version in generated pubspec
24-
25-
pubDescription
26-
Description in generated pubspec
27-
28-
useEnumExtension
29-
Allow the 'x-enum-values' extension for enums
30-
31-
sourceFolder
32-
source folder for generated code
33-
34-
supportDart2
35-
support dart2 (Default: true)
36-
37-
nullableFields
38-
Is the null fields should be in the JSON payload
39-
40-
serialization
41-
Choose serialization format JSON or PROTO is supported
42-
43-
Back to the [generators list](README.md)
2+
---
3+
id: generator-opts-client-dart-jaguar
4+
title: Config Options for dart-jaguar
5+
sidebar_label: dart-jaguar
6+
---
7+
8+
| Option | Description | Values | Default |
9+
| ------ | ----------- | ------ | ------- |
10+
|sortParamsByRequiredFlag|Sort method arguments to place required parameters before optional parameters.| |true|
11+
|ensureUniqueParams|Whether to ensure parameter names are unique in an operation (rename parameters that are not).| |true|
12+
|allowUnicodeIdentifiers|boolean, toggles whether unicode identifiers are allowed in names or not, default is false| |false|
13+
|prependFormOrBodyParameters|Add form or body parameters to the beginning of the parameter list.| |false|
14+
|browserClient|Is the client browser based| |null|
15+
|pubName|Name in generated pubspec| |null|
16+
|pubVersion|Version in generated pubspec| |null|
17+
|pubDescription|Description in generated pubspec| |null|
18+
|useEnumExtension|Allow the 'x-enum-values' extension for enums| |null|
19+
|sourceFolder|source folder for generated code| |null|
20+
|supportDart2|support dart2| |true|
21+
|nullableFields|Is the null fields should be in the JSON payload| |null|
22+
|serialization|Choose serialization format JSON or PROTO is supported| |null|

0 commit comments

Comments
 (0)