Last updated:
0 purchases
open api forked
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());
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.