Gregory Schier ca99746d9f Update README.md
2017-11-07 11:37:23 +01:00
2017-11-04 23:40:32 +01:00
2017-11-06 23:04:30 +01:00
2017-11-04 21:53:40 +01:00
2017-11-04 21:53:40 +01:00
2017-09-09 17:23:23 +01:00
2017-08-22 18:16:21 -07:00
2017-11-04 21:53:40 +01:00
2017-11-06 21:44:55 +01:00
2017-10-10 22:55:22 +02:00
2017-10-10 22:55:22 +02:00
2017-05-26 11:57:24 -07:00
2017-06-15 14:06:31 -07:00
2017-05-24 09:25:22 -07:00
2017-05-24 09:25:22 -07:00
2017-11-07 11:37:23 +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.
  • JWT Decode Plugin to decode header or payload of JWT tokens
  • XDebug Plugin to enable Xdebug debugging by adding an XDEBUG_SESSION cookie to the request.

License

GNU AGPLv3 © Insomnia

Description
No description provided
Readme Apache-2.0 219 MiB
Languages
TypeScript 56.9%
JavaScript 41.8%
CSS 0.9%
MDX 0.2%
C++ 0.1%