Carapacik / swagger_parser

Dart package that takes an OpenApi definition file and generates REST clients based on retrofit and data classes for your project.
https://pub.dev/packages/swagger_parser
MIT License
88 stars 33 forks source link

Skip parameters and Remove tag special characters #149

Closed liasica closed 6 months ago

liasica commented 6 months ago

Sometimes it is useful to skip some parameters.

If tags contain special characters, an invalid client will be generated.

Carapacik commented 6 months ago

Fix format errors and analyzer warnings. And add changelog for this new version(1.14.0)

StarProxima commented 6 months ago

@Carapacik Let's get on the call, there's something I want to discuss about the package. It also affects this pr a bit.