Dart package that takes an OpenApi definition file and generates REST clients based on retrofit and data classes for your project.
101
stars
47
forks
source link
@Body is generated with the name as a string parameter #53
Closed
elenaferr0 closed 1 year ago
In swagger v2 generation, the @Body is generated with the name as string parameter which is not accepted by the annotation. Example: