Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/leonardodalcin/auto-api-open-api
- Owner: leonardodalcin
- License: mit
- Created: 2021-05-26T08:20:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T19:59:43.000Z (almost 2 years ago)
- Last Synced: 2024-10-09T23:01:23.587Z (about 1 month ago)
- Language: TypeScript
- Size: 22.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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