Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.36 KB

README.md

File metadata and controls

44 lines (27 loc) · 1.36 KB

Tool that extracts relevant information from an OpenAPI descriptor. Data can be used to generate code (helpers, business logic or a database schema).


How to use it

👉 Step 1 - Download/clone the source code

$ git clone https://github.com/app-generator/devtool-openapi-parser.git
$ cd devtool-openapi-parser

👉 Step 2 - Install dependencies

$ pip install -r requirements.txt

👉 Step 3 - Parse an existing OpenAPI definition

$ python.exe .\jsonparser.py .\io-samples\products.json

✅ Create your own defintion using OpenApi Generator, free tool

OpenApi Generator - Free service provided by AppSeed.



OpenAPI Parser - Developers Tool provided by AppSeed