Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leonardodalcin/auto-api-open-api

Chrome extension that filter local requests and generates an open API documentation.
https://github.com/leonardodalcin/auto-api-open-api

Last synced: about 1 month ago
JSON representation

Chrome extension that filter local requests and generates an open API documentation.

Awesome Lists containing this project

README

        

# Open API Generator

This is a google chrome extension that filters requests given an URL and reverse engineers it to generate an Open API documentation that is compatible with Postman.

# Contribute

We use [Angular conventional commits](https://www.conventionalcommits.org/en/v1.0.0-beta.4/#summary).

Merging to main will generate a release.

Run developer environment `npm i && npm run dev`

Create a PR to the main branch following the PR template.

# Commands

_compile_: compiles the software to the build dir

_dev_: runs the dev environment

_test_: runs tests