swagger_parser icon indicating copy to clipboard operation
swagger_parser copied to clipboard

Dart package that takes an OpenApi definition file and generates REST clients based on retrofit and data classes for your project.

Results 22 swagger_parser issues
Sort by recently updated
recently updated
newest added

### Steps to reproduce Use this: [openapi.json](https://github.com/user-attachments/files/17154559/openapi.json) This has $filter etc for odata functionality on it. It causes errors in the generated code for @Query('$filter') because it thinks it should...

bug

### Steps to reproduce 1. Define `swagger_parser: 1.18.1 or 1.18.2` in `pubspec.yaml`. 2. Define the yaml file as described in `Your OpenApi snippet`. 3. Run `dart run swagger_parser`. 4. Run...

bug