open_api_forked 3.0.0+6 copy "open_api_forked: ^3.0.0+6" to clipboard
open_api_forked: ^3.0.0+6 copied to clipboard

Data structures for OpenAPI (Swagger) specification. Reads and writes JSON specifications. Fork, with a couple of fixes and null safety by @hpoul

open_api_dart #

Reads and writes OpenAPI (Swagger) specifications.

Example #

final file = File("test/specs/kubernetes.json");
final contents = await file.readAsString();
final doc = APIDocument.fromJSON(contents);

final output = JSON.encode(doc.asMap());
2
likes
120
pub points
48%
popularity

Publisher

unverified uploader

Data structures for OpenAPI (Swagger) specification. Reads and writes JSON specifications. Fork, with a couple of fixes and null safety by @hpoul

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

codable_forked, meta

More

Packages that depend on open_api_forked