Go to file
Dimitri Mitropoulos 25520154a5
Minor Electon-related cleanup (#3957)
* adds (now available) electron types

* MenuItemConstructorOptions.selector module augmentation

* updates note on allowRendererProcessReuse with more up-to-date info

* separates and formats comments that were intended to be separate

if you check out the commit where these were created, for some reason the comment for the `loadURL` line was put under the line of interest, and over time the space between the comment blocks was removed - making it look like the last line of the comment is related to the same thing (it, apparently, is not).

* use createRef for ResponseWebView
2021-09-01 20:48:05 +00:00
.github Add GitHub Issue Forms (#3956) 2021-08-31 09:50:40 -04:00
.vscode adds markdown linting (#3931) 2021-08-27 15:44:01 +12:00
packages Minor Electon-related cleanup (#3957) 2021-09-01 20:48:05 +00:00
plugins Merge branch 'release/2021.5.1' into develop 2021-08-31 09:52:45 +12:00
screenshots chore: add new screenshot for readme (#2059) 2020-04-28 13:57:06 -07:00
scripts [TypeScript] Phase 1 & 2 (#3370) 2021-05-12 18:35:00 +12:00
.dockerignore Statically link libcurl on Linux builds (#879) 2018-04-20 18:31:57 -04:00
.eslintignore [TypeScript] Phase 1 & 2 (#3370) 2021-05-12 18:35:00 +12:00
.eslintrc.js add eslint rules for semi colons (#3989) 2021-09-01 10:50:26 -04:00
.gitattributes Add .gitattributes (#506) 2017-10-10 22:55:22 +02:00
.gitignore adds markdown linting (#3931) 2021-08-27 15:44:01 +12:00
.markdownlint.yaml adds markdown linting (#3931) 2021-08-27 15:44:01 +12:00
.nvmrc Fix webpack file watching, remove styled-components from insomnia-components bundle (#2497) 2020-08-11 07:12:53 +12:00
CODE_OF_CONDUCT.md adds markdown linting (#3931) 2021-08-27 15:44:01 +12:00
CONTRIBUTING.md adds markdown linting (#3931) 2021-08-27 15:44:01 +12:00
DEVELOPMENT.md adds markdown linting (#3931) 2021-08-27 15:44:01 +12:00
jest-preset.js remove duplication of all jest configs (#3375) 2021-05-13 07:29:02 -04:00
lerna.json version packages lib@2.3.2 2021-08-30 22:47:18 +02:00
LICENSE Remove copyright year in MIT license 2019-05-20 11:24:55 -04:00
package-lock.json adds markdown linting (#3931) 2021-08-27 15:44:01 +12:00
package.json Merge branch 'release/2021.5.2' into develop 2021-09-01 09:51:26 +12:00
README.md Update README.md to appropriately describe product (#3985) 2021-08-31 16:48:23 +00:00
SECURITY.md docs(SECURITY.md) Adding a simple security policy (#3801) 2021-07-19 00:10:25 +00:00
tsconfig.base.json [TypeScript] Phase 1 & 2 (#3370) 2021-05-12 18:35:00 +12:00
tsconfig.eslint.json remove duplication of all jest configs (#3375) 2021-05-13 07:29:02 -04:00

Insomnia REST Client

Slack Channel license

Insomnia is an open-source, cross-platform API Client for GraphQL, REST, and gRPC.

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 and code of conduct. Included are directions for opening issues, coding standards, and notes on development.

Developing

Development on Insomnia can be done on Mac, Windows, or Linux as long as you have Node.js and Git. See the .nvmrc file located in the project for the correct Node version.

Initial Dev Setup

This repository is structured as a monorepo and contains many Node.JS packages. Each package has its own set of commands, but the most common commands are available from the root package.json and can be accessed using the npm run ... command. Here are the only three commands you should need to start developing on the app.

# Install and Link Dependencies
npm run bootstrap

# Run Tests
npm test

# Start App with Live Reload
npm run app-start

If you are on Linux, you may need to install the following supporting packages

# Update library
sudo apt-get update

# Install font configuration library & support
sudo apt-get install libfontconfig-dev
sudo apt-get install font-manager

# Build capability for required font-scanner package
sudo apt-get install build-essential

Also on Linux, if Electron is failing during the bootstrap process, run the following

# Clear Electron install conflicts
rm -rf ~/.cache/electron

If you are on Windows and have problems, you may need to install Windows Build Tools

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

Search, discover, and install plugins from the Insomnia Plugin Hub!

Community Projects

License

MIT © Insomnia