1.0.3 • Published 5 years ago

extract-swagger-for-endpoints v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Extract swagger/openapi spec with only required endpoint(s).

npm i -g extract-swagger-for-endpoints

extract-swagger-for-endpoints --src sourcefile.yml --dest output.yml '/pet/findByStatus' '/pet'

extract-swagger-for-endpoints --src sourcefile.yml --list-paths

TODO:

  1. Fetch source yml from a url
  2. Add swagger schema verification step
  3. Remove unnecessay tags
1.0.3

5 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago