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 #152

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 Hi, I have added the changelog of 1.15.0 and recreated create a PR with latest code. :)

Carapacik commented 6 months ago

Plz add all your changes in changelog to 1.14

liasica commented 6 months ago

Plz add all your changes in changelog to 1.14

Ok, I will

liasica commented 6 months ago

@Carapacik Done for this