mxp100 / insomnia-plugin-openapi-export

Insomnia export to OpenAPI / Swagger
MIT License
7 stars 2 forks source link

Insomnia OpenAPI export plugin

OpenAPI 3 export plugin for Insomnia REST client.

Install

npm install insomnia-plugin-openapi-export

Versions

Version Description
<= 2.0 (deprecated) Based on swagomnia tool
2.0+ (current) Self-written parser

Currently supported

  1. Nested folders
  2. JSON requests
  3. Environments with parameters
  4. Bearer authorization

TODO

  1. Add support other authorizations (OAuth and etc...)
  2. Something else (please create issues with future requests)