/oasbuilder

OpenAPI Specification generator by using JSON stored via mitmproxy-elasticagent

Primary LanguagePython

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)