Open source API development ecosystem https://hoppscotch.io/
CuriousCorrelation f4d2e0e161 feat: web app to agent registration flow | 1 month ago | |
---|---|---|
.devcontainer | 1 year ago | |
.github | 2 months ago | |
.husky | 3 years ago | |
packages | 1 month ago | |
.dockerignore | 1 year ago | |
.editorconfig | 3 years ago | |
.env.example | 2 months ago | |
.firebaserc | 4 years ago | |
.gitattributes | 2 years ago | |
.gitignore | 11 months ago | |
.npmrc | 8 months ago | |
.prettierignore | 3 years ago | |
.prettierrc.js | 1 year ago | |
CHANGELOG.md | 2 years ago | |
CODEOWNERS | 5 months ago | |
CODE_OF_CONDUCT.md | 1 year ago | |
CONTRIBUTING.md | 5 months ago | |
LICENSE | 2 years ago | |
README.md | 9 months ago | |
SECURITY.md | 5 months ago | |
TRANSLATIONS.md | 1 year ago | |
aio-multiport-setup.Caddyfile | 2 months ago | |
aio-subpath-access.Caddyfile | 2 months ago | |
aio_run.mjs | 3 months ago | |
commitlint.config.js | 3 years ago | |
docker-compose.deploy.yml | 3 months ago | |
docker-compose.yml | 3 months ago | |
firebase.json | 1 year ago | |
firestore.indexes.json | 4 years ago | |
firestore.rules | 2 years ago | |
healthcheck.sh | 2 months ago | |
jsconfig.json | 5 years ago | |
netlify.toml | 1 year ago | |
package.json | 1 month ago | |
pnpm-lock.yaml | 1 month ago | |
pnpm-workspace.yaml | 3 years ago | |
prod.Dockerfile | 2 months ago | |
tailwind.config.ts | 11 months ago |
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen?logo=github)](CODE_OF_CONDUCT.md) [![Website](https://img.shields.io/website?url=https%3A%2F%2Fhoppscotch.io&logo=hoppscotch)](https://hoppscotch.io) [![Tests](https://github.com/hoppscotch/hoppscotch/actions/workflows/tests.yml/badge.svg)](https://github.com/hoppscotch/hoppscotch/actions) [![Tweet](https://img.shields.io/twitter/url?url=https%3A%2F%2Fhoppscotch.io%2F)](https://twitter.com/share?text=%F0%9F%91%BD%20Hoppscotch%20%E2%80%A2%20Open%20source%20API%20development%20ecosystem%20-%20Helps%20you%20create%20requests%20faster,%20saving%20precious%20time%20on%20development.&url=https://hoppscotch.io&hashtags=hoppscotch&via=hoppscotch_io)
Built with ❤︎ by contributors
We highly recommend you take a look at the Hoppscotch Documentation to learn more about the app.
❤️ Lightweight: Crafted with minimalistic UI design.
⚡️ Fast: Send requests and get responses in real time.
🗄️ HTTP Methods: Request methods define the type of action you are requesting to be performed.
GET
- Requests retrieve resource informationPOST
- The server creates a new entry in a databasePUT
- Updates an existing resourcePATCH
- Very similar to PUT
but makes a partial update on a resourceDELETE
- Deletes resource or related componentHEAD
- Retrieve response headers identical to those of a GET request, but without the response body.CONNECT
- Establishes a tunnel to the server identified by the target resourceOPTIONS
- Describe the communication options for the target resourceTRACE
- Performs a message loop-back test along the path to the target resource<custom>
- Some APIs use custom request methods such as LIST
. Type in your custom methods.🌈 Theming: Customizable combinations for background, foreground, and accent colors — customize now.
Customized themes are synced with your cloud/local session.
🔥 PWA: Install as a Progressive Web App on your device.
🚀 Request: Retrieve response from endpoint instantly.
method
URL
cURL
🔌 WebSocket: Establish full-duplex communication channels over a single TCP connection.
📡 Server-Sent Events: Receive a stream of updates from a server over an HTTP connection without resorting to polling.
🌩 Socket.IO: Send and Receive data with the SocketIO server.
🦟 MQTT: Subscribe and Publish to topics of an MQTT Broker.
🔮 GraphQL: GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data.
🔐 Authorization: Allows to identify the end-user.
📢 Headers: Describes the format the body of your request is being sent in.
📫 Parameters: Use request parameters to set varying parts in simulated requests.
📃 Request Body: Used to send and receive data via the REST API.
Content Type
📮 Response: Contains the status line, headers, and the message/response body.
⏰ History: Request entries are synced with your cloud/local session storage.
📁 Collections: Keep your API requests organized with collections and folders. Reuse them with a single click.
Collections are synced with your cloud/local session storage.
📜 Pre-Request Scripts: Snippets of code associated with a request that is executed before the request is sent.
👨👩👧👦 Teams: Helps you collaborate across your teams to design, develop, and test APIs faster.
👥 Workspaces: Organize your personal and team collections environments into workspaces. Easily switch between workspaces to manage multiple projects.
⌨️ Keyboard Shortcuts: Optimized for efficiency.
🌐 Proxy: Enable Proxy Mode from Settings to access blocked APIs.
CORS
(Cross-Origin Resource Sharing) issueshttp://
) endpointsOfficial proxy server is hosted by Hoppscotch - GitHub - Privacy Policy.
🌎 i18n: Experience the app in your language.
Help us to translate Hoppscotch. Please read TRANSLATIONS
for details on our CODE OF CONDUCT
and the process for submitting pull requests to us.
☁️ Auth + Sync: Sign in and sync your data in real-time across all your devices.
Sign in with:
🔄 Synchronize your data: Handoff to continue tasks on your other devices.
✅ Post-Request Tests: Write tests associated with a request that is executed after the request's response.
🌱 Environments: Environment variables allow you to store and reuse values in your requests and scripts.
🚚 Bulk Edit: Edit key-value pairs in bulk.
:
#
to any row you want to add but keep disabled🎛️ Admin dashboard: Manage your team and invite members.
📦 Add-ons: Official add-ons for hoppscotch.
Extensions fix
CORS
issues.
Add-ons are developed and maintained under Hoppscotch Organization.
For a complete list of features, please read our documentation.
Follow our self-hosting documentation to get started with the development environment.
Please contribute using GitHub Flow. Create a branch, add commits, and open a pull request.
Please read CONTRIBUTING
for details on our CODE OF CONDUCT
, and the process for submitting pull requests to us.
We use GitHub Actions for continuous integration. Check out our build workflows.
See the CHANGELOG
file for details.
This project owes its existence to the collective efforts of all those who contribute — contribute now.
This project is licensed under the MIT License — see the LICENSE
file for details.
[^EE]: Enterprise edition feature. Learn more.