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
87 stars 33 forks source link

Generics Support #218

Open JohnGalt1717 opened 3 months ago

JohnGalt1717 commented 3 months ago

Use case

If you have a generic return type, right now it creates new types instead of creating a dart generic type. It would be nice to have generics support.

Proposal

https://github.com/OAI/OpenAPI-Specification/issues/3601

This has all of the documentation on what it should look like.