-
-
Notifications
You must be signed in to change notification settings - Fork 7k
[Dart][Jaguar] various improvements #1596
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
add properties to send or not null values update deps
779fbae
to
5107909
Compare
Thanks for the PR. Please update the PR with a description to explain the change and a better title/subject to describe the PR. |
@wing328 done :) |
...napi-generator/src/main/java/org/openapitools/codegen/languages/DartJaguarClientCodegen.java
Show resolved
Hide resolved
@@ -2,12 +2,12 @@ part '{{classFilename}}.jser.dart'; | |||
|
|||
class {{classname}} { | |||
{{#vars}}{{#description}} /* {{{description}}} */{{/description}} | |||
@Alias('{{{baseName}}}') | |||
@Alias('{{baseName}}') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor suggestion: using {{{baseName}}}
to avoid escaping HTML special characters.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure :) my bad ^^
@jaumard thanks for the contribution, which has been included in the 4.0.0-beta release: https://twitter.com/oas_generator/status/1079727020374806529. Happy New Year and looking forward to more collaboration and contributions in 2019! |
add properties to send or not null values update deps
Update dart deps
Add default timeout on http requests
Add nullableField option to send or not null field on the payload