open_api_forked 2.0.1+1 copy "open_api_forked: ^2.0.1+1" to clipboard
open_api_forked: ^2.0.1+1 copied to clipboard

outdated

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

open_api_dart #

Reads and writes OpenAPI (Swagger) specifications.

Example #

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

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

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

License

BSD-2-Clause (license)

Dependencies

codable, meta

More

Packages that depend on open_api_forked