open_api_data 3.0.0-b1 copy "open_api_data: ^3.0.0-b1" to clipboard
open_api_data: ^3.0.0-b1 copied to clipboard

Data structures for OpenAPI (Swagger) specification. Reads and writes JSON specifications.

Changelog #

3.0.0-b1 #

  • Migrated to Null Safety

2.0.1 #

  • Fix bug when merging APIResponse bodies

2.0.0 #

  • Update for Dart 2

1.0.2 #

  • Adds APIResponse.addHeader and APIResponse.addContent.
  • Adds APIOperation.addResponse.

1.0.1 #

  • Adds APISchemaObject.isFreeForm and related support for free-form schema objects.

1.0.0 #

  • Adds support for OpenAPI 3.0
  • Splits Swagger (2.0) and OpenAPI (3.0) into 'package:open_api_data/v2.dart' and 'package:open_api_data/v3.dart'.

0.9.1 #

  • Moves shared properties from APISchema, APIHeader and APIParameter into APIProperty.

0.9.0 #

  • Initial data structures
  • Parsing specifications
  • Writing specifications to disk
0
likes
100
pub points
0%
popularity

Publisher

verified publisheraldrinsartfactory.com

Data structures for OpenAPI (Swagger) specification. Reads and writes JSON specifications.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

dynacode, meta

More

Packages that depend on open_api_data