/devtool-openapi-parser

OpenAPI Parser - Open-Source Developers Tool | AppSeed

Primary LanguagePythonOtherNOASSERTION

OpenAPI Parser

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