Skip to content

otnansirk/Insomnia-Auto-Generate-API-Documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto Generate API Documentation from the Insomnia File Export

insomnia auto generate document API

Click to see Demo Page

Version

1.0.0

Support

Only support for one workspace from the Insomnia file export

Insomnia support export format

So far I've only tested from insomnia export JSON format (V4). And going well.

Insomnia

Always copy/paste the last response to description before export workspace.
with Markdown format
Click Docs -> Add Description -> Paste Respose to Column Write a Description -> Close.

How to use Auto Generate API Documentation

  1. Export data from Insomnia (Current workspace)
    Click Arrow in your Workspace -> Import/Export -> Export Data -> Current Workspace -> Export -> Done.
  2. Replace data.json in the root folder with the file downloaded earlier. Don't rename the file, keep the name data.json.

Contribute -> welcome