Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 241 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 241 Bytes

OpenAPI to Dart

Command line

Reads OpenAPI yaml file and outputs dart models and http client. Uses http package.

dart run main.dart -i openapi.yaml -s https://sample.com/api -o generated.dart