Go to file
Jack Kavanagh 9f24405b79
Remove styled-components (#7809)
* boolean seetting 1/33

* placeholder 2/33

* dropdown 3/33

* git repo clone 4/33

* git repo settings 5/33

* git repo setting form

* password viewer 6/33

* menu item 7/33

* menu section

* gitlab repo settings form

* empty state

* ws req pane

* event view

* disconnect button

* response headers

* most of item content

* menu

* action bar

* unstyled toast

* unstyled theme panel

* unstyled request-url-bar

* fix debug

* unstyled realtime-response-pane

* unstyled grpc-request-pane

* svg-icon unstyled

* trail-lines unstyled

* dropdown hint

* mock url bar

* theme button 1

* some of project empty state

* some of tabs

* most of import modal

* more of import modal

* a bit more import

* method dropdown

* item content

* proto file list

* docs

* project empty pane

* oops

* import modal

* eliminate dropdown button

* tabs without pseudo elements

* fix types

* remove styled-components

* themed button

* fix project empty state and clone test

* tailwind tabs

* fix mock send button

* fix tab border

* more tailwind fixes

* more tailwind

* fix type

* fix height github and gitlab modal

* send button

* history dropdown

* cookie-modal tabs

* mock-response-pane tabs

* mock-route tabs

* git-repo tabs

* repo-settings-modal tabs

* settings-modal tabs

* grpc-request-pane tabs

* grpc-response-pane tabs

* remove old tabs component

* fix e2e

---------

Co-authored-by: gatzjames <jamesgatzos@gmail.com>
Co-authored-by: Filipe Freire <livrofubia@gmail.com>
2024-08-07 14:28:26 +02:00
.github fix cves and add CI check (#7806) 2024-08-05 15:46:32 +00:00
.vscode Clean up outdate jest and tsconfigs (#7712) 2024-07-12 13:55:22 +02:00
packages Remove styled-components (#7809) 2024-08-07 14:28:26 +02:00
screenshots update screenshot with latest insomnia (#5532) 2022-12-15 17:10:18 +00:00
.dockerignore chore: smoketests ubuntu only (#6255) 2023-08-10 17:53:18 +02:00
.eslintignore chore: smoketests ubuntu only (#6255) 2023-08-10 17:53:18 +02:00
.eslintrc.js Vitest-2 app package (#7757) 2024-07-26 16:56:56 +02:00
.gitattributes Add changelog-image generator (#4649) 2022-03-30 12:45:16 +00:00
.gitignore Fix/mock-feedback-4 (#7277) 2024-04-18 08:48:36 +00:00
.markdownlint.yaml fix typos (#5896) 2023-04-21 10:32:30 +00:00
.npmrc Bump/electron-30 (#7354) 2024-06-05 16:20:56 +02:00
.nvmrc Bump/electron-30 (#7354) 2024-06-05 16:20:56 +02:00
CHANGELOG.md chore: update changelog 9.3.3 (#7786) 2024-07-31 15:17:46 +01:00
CODE_OF_CONDUCT.md docs: revise contributing, development, and readme (#4801) 2022-05-20 12:36:28 +00:00
CONTRIBUTING.md Bump/minors-and-types (#7234) 2024-04-04 14:48:56 +02:00
DEVELOPMENT.md Remove styled-components (#7809) 2024-08-07 14:28:26 +02:00
LICENSE chore: updating license to Apache Version 2.0 (#6707) 2023-10-19 10:06:37 -04:00
package-lock.json Remove styled-components (#7809) 2024-08-07 14:28:26 +02:00
package.json inso cli dx improvements (#7776) 2024-07-30 13:29:45 +02:00
README.md Update "Mock API" in README (#7572) 2024-06-21 15:38:44 +08:00
SECURITY.md Bump/linters (#6128) 2023-07-10 23:54:42 +02:00
shell.nix Bump/electron-30 (#7354) 2024-06-05 16:20:56 +02:00

Insomnia API Client

Slack Channel license

Insomnia is an open-source, cross-platform API client for GraphQL, REST, WebSockets, Server-sent events (SSE), gRPC and any other HTTP compatible protocol.

With Insomnia you can:

  • Debug APIs using the most popular protocols and formats.
  • Design APIs using the native OpenAPI editor and visual preview.
  • Test APIs using native test suites.
  • Mock APIs using a server and routes.
  • Build CI/CD pipelines using the native Insomnia CLI for linting and testing.
  • Collaborate with others using the many collaboration features to share your projects.

And a lot more! The following storage options are supported for your projects, collections, specs and all other files:

  • Local Vault: for local storage of collections, design specs and every other resource.
  • Cloud Sync: for cloud collaboration, encrypted and free.
  • Git Sync: for Git storage of all files using any 3rd party Git repository.

Insomnia API Client

Get started

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

https://insomnia.rest/download

Account & Subscriptions

You can use Insomnia without an account with Scratch Pad, or you can create an account for free to get access to the full capabilities of the product.

Even with an account, Insomnia only stores your projects and files accordingly to the storage backend that you have selected, which can be Local Vault, Cloud Sync, Git Sync or any combination of them. As such you have the freedom to choose to store sensitive projects locally, while still being able to collaborate on others in the cloud or on Git. It's the best of both worlds.

Premium features and support

Kong Inc. offers commercial subscriptions that enhance Insomnia in a variety of ways. Some of those features include the ability to create organizations for your projects, Enterprise SSO with SAML and OIDC, RBAC when sharing our projects with others, AI capabilities to increase developer productivity when creating, testing and documenting APIs and a lot more.

You can explore all premium plans and get started for free.

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.

Contributing

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

Documentation

Check out our open-source Insomnia Documentation.

Develop Insomnia

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 i

# Run Lint
npm run lint

# Run type checking
npm run type-check

# Run Tests
npm test

# Start App with Live Reload
npm run dev

Linux

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

Ubuntu/Debian
# Update library
sudo apt-get update

# Install font configuration library & support
sudo apt-get install libfontconfig-dev
Fedora
# Install libcurl for node-libcurl
sudo dnf install libcurl-devel

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

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

Windows

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

Develop Inso CLI

  • npm i
  • Start the compiler in watch mode: npm run inso-start
  • Run: ./packages/insomnia-inso/bin/inso -v

Plugins

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

Community Projects

License

Apache-2.0 © Insomnia