Go to file
2017-11-16 18:06:07 +00:00
.github Rename stale.yaml to stale.yml 2017-11-08 17:32:10 +01:00
app Add dollar sign to URL regex (Related #592) 2017-11-16 11:49:50 +00:00
bin Include standalone Yarn (#569) 2017-11-04 21:53:40 +01:00
flow-typed Custom headers parsing (#594) 2017-11-13 23:10:53 +00:00
screenshots Add screenshot to repo 2017-11-16 17:41:53 +00:00
webpack Include standalone Yarn (#569) 2017-11-04 21:53:40 +01:00
.appveyor.yml bump version 2017-09-09 17:23:23 +01:00
.babelrc Download plugins as tar into own dirs (#388) 2017-08-01 09:58:08 -07:00
.editorconfig Better cookie handling/editing 2017-08-22 18:16:21 -07:00
.eslintignore Include standalone Yarn (#569) 2017-11-04 21:53:40 +01:00
.eslintrc Added Token to OAuth 1.0 (Rel #197) 2017-11-06 21:44:55 +01:00
.flowconfig Fix Invalid_flowconfig error (#505) 2017-10-06 21:08:01 +02:00
.gitattributes Add .gitattributes (#506) 2017-10-10 22:55:22 +02:00
.gitignore Add .gitattributes (#506) 2017-10-10 22:55:22 +02:00
.nvmrc Leave already-encoded characters alone (Fixes #473) 2017-09-09 12:26:13 +00:00
.travis.yml Remove npm 5 installation from travis 2017-11-10 11:47:27 +01:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2017-06-15 14:06:31 -07:00
CONTRIBUTING.md Merge develop for 5.1.0 (#246) 2017-05-24 09:25:22 -07:00
LICENSE Merge develop for 5.1.0 (#246) 2017-05-24 09:25:22 -07:00
package-lock.json Add new multipart response viewer (#590) 2017-11-13 01:18:27 +00:00
package.json Add new multipart response viewer (#590) 2017-11-13 01:18:27 +00:00
README.md Fix default headers plugin link 2017-11-16 18:06:07 +00:00

Insomnia REST Client

Insomnia Travis AppVeyor license Slack Channel Twitter Follow

Insomnia is a cross-platform REST client, built on top of Electron.

Insomnia REST Client Screenshot

Download

Insomnia is available for Mac, Windows, and Linux and can be downloaded from the website.

https://insomnia.rest/download

Bugs and Feature Requests

Have a bug or a feature request? First, read the issue guidelines and search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.

For more generic product questions and feedback, join the Slack Team or email support@insomnia.rest

Contributing

Please read through our contributing guidelines. Included are directions for opening issues, coding standards, and notes on development.

Editor preferences are available in the editor config for easy use in common text editors. Read more and download plugins at editorconfig.org.

Developing

Development on Insomnia can be done on Mac, Windows, or Linux as long as you have NodeJS 8 and Git.

Initial Dev Setup
# Install dependencies and build add-ons for Electron
npm install
npm run rebuild

# Start app
npm run dev

# Run tests
npm test
Editor Requirements

You can use any editor you'd like, but make sure to have support/plugins for the following tools:

  • ESLint For catching syntax problems and common errors
  • JSX Syntax For React components
  • Flow For type annotations

Plugins

Here is a list of plugins available for installation via NPM.

  • JWT Decode Decode header or payload of JWT tokens
  • XDebug Enable Xdebug debugging by adding an XDEBUG_SESSION cookie to the request.
  • Default Headers  Set default headers on requests
  • Random Number Generate a random integer between a minimum and maximum
  • Random Credit Card Generate random credit card numbers

Community Projects

Swaggymnia  Generate Swagger documentation for your existing API in Insomnia.

License

GNU AGPLv3 © Insomnia