openapi_spec 0.3.8 copy "openapi_spec: ^0.3.8" to clipboard
openapi_spec: ^0.3.8 copied to clipboard

OpenAPI Specification generator using native Dart code, as well as an all-in-one parser of existing specifications.

Changelog #

0.3.8 #

  • Improved server error handling
  • Simplify toMap() generator logic

0.3.7 #

  • Remove OpenAPI spec version from generated code
  • Change the default spec version value to 3.0.3

0.3.6 #

  • Add onBadRequest and onException server callbacks
  • Update to the lints 2.1.1

0.3.5 #

  • Ensure all properties honor the toMap operation
  • Add default value for query params in client generation
  • Option to include unexpected error data in failed responses

0.3.4 #

  • Support nullable schema field
  • Add Union scheme type decode logic to client generation

0.3.3 #

  • Improved content type support

0.3.2 #

  • Add HTTP basic auth client generator support

0.3.1 #

  • Fix nullable toMap bug

0.3.0 #

  • Addition of server generator

0.2.1 #

  • Added protections for numeric value JSON parsing

0.2.0 #

  • Infrastructure to support automatic union types
  • Addition of customizable generator options
  • Capability to add request/response client middleware
  • Parsing now handles anyOf and allOf schema properties
  • Add validation values to schema definition as constants

0.1.0 #

  • Initial release of openapi_spec - Beta
3
likes
0
pub points
56%
popularity

Publisher

verified publishertazatechnology.com

OpenAPI Specification generator using native Dart code, as well as an all-in-one parser of existing specifications.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

collection, freezed_annotation, http, intl, json_annotation, path, recase, yaml

More

Packages that depend on openapi_spec