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
90 stars 38 forks source link

Wrong parsing components/parameters/* #139

Closed ChaserVasya closed 9 months ago

ChaserVasya commented 9 months ago

I have ref #/components/parameters/methodInQuery". methodInQuery is in camelCase. But parser applies PaskalCase link to problem line

So parser tries to find MethodInQuery and throws exception