swagger_parser 0.3.1
swagger_parser: ^0.3.1 copied to clipboard
Generate REST clients and data classes from swagger json file
0.3.1 #
- Fix the problem with APIs with @
- Fix the problem with "number" type to map "double"
- Fix the problem with "object" type to map Dart "Object"
- Updates the README with instructions with all dependencies and steps to generate the code
0.3.0 #
- Add support for required annotations
- Fixed error with rest client parameters type in OpenApi v2
0.2.4 #
- Fixed error with '.' and ',' in url path
0.2.3 #
- Fixed error in MultiPart with single '$ref'
0.2.2 #
- Remove swagger_parser section from pubspec.yaml
- Update dependencies in example
0.2.1 #
- Fixed README
- Fixed workflow files
0.2.0 #
- Fixed errors with generation of data classes containing "allOf"
- Fixed errors with templates
- Add web interface for package https://carapacik.github.io/swagger_parser
- Add generator tests
0.1.0 #
- Initial release