hrfmmr / oasbuilder

OpenAPI Specification generator by using JSON stored via mitmproxy-elasticagent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

oasbuilder

Continuous Integration Status

OpenAPI Specification generator by using JSON stored via mitmproxy-elasticagent

Set up

$ make

Usage

  1. Configure .env for Elasticsearch host and its index storing structured API endpoint's schema posted from mitmproxy-elasticagent and other OAS metadata.
  2. Run $ make run
  3. Check artifacts at .build/bundle.yml(Also you can see the generated OAS docs as HTML at .build/index.html)

About

OpenAPI Specification generator by using JSON stored via mitmproxy-elasticagent


Languages

Language:Python 98.8%Language:Makefile 1.0%Language:Shell 0.2%