Go to file
2017-11-04 21:53:40 +01:00
.github New Github templates 2017-08-14 10:35:03 -07:00
app Include standalone Yarn (#569) 2017-11-04 21:53:40 +01:00
bin Include standalone Yarn (#569) 2017-11-04 21:53:40 +01:00
flow-typed Fixed flow error 2017-11-02 13:51:15 +01: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 Flow and robustness to tag editor (#511) 2017-10-10 16:46:32 +02: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 npm@5 in CI and package-lock.json 2017-05-26 11:57:24 -07: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 Minor UX improvements to HAR export 2017-11-01 13:40:24 +01:00
package.json Include standalone Yarn (#569) 2017-11-04 21:53:40 +01:00
README.md Update README.md 2017-11-03 20:08:46 +01: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

Community Projects

Swaggymnia  Generate Swagger documentation for your existing API in Insomnia.

License

GNU AGPLv3 © Insomnia