Open source API development ecosystem https://hoppscotch.io/
![]() |
4 years ago | |
---|---|---|
.github | 4 years ago | |
__mocks__ | 4 years ago | |
assets | 4 years ago | |
components | 4 years ago | |
helpers | 4 years ago | |
lang | 4 years ago | |
layouts | 4 years ago | |
middleware | 4 years ago | |
netlify | 4 years ago | |
pages | 4 years ago | |
plugins | 4 years ago | |
static | 4 years ago | |
store | 4 years ago | |
.all-contributorsrc | 4 years ago | |
.dockerignore | 4 years ago | |
.editorconfig | 4 years ago | |
.env.example | 4 years ago | |
.firebaserc | 4 years ago | |
.gitignore | 4 years ago | |
.prettierignore | 4 years ago | |
.travis.yml | 4 years ago | |
CHANGELOG.md | 4 years ago | |
CODE_OF_CONDUCT.md | 4 years ago | |
CONTRIBUTING.md | 4 years ago | |
Dockerfile | 4 years ago | |
LICENSE | 5 years ago | |
README.md | 4 years ago | |
TRANSLATIONS.md | 4 years ago | |
babel.config.js | 4 years ago | |
build.js | 4 years ago | |
docker-compose.yml | 4 years ago | |
firebase.json | 4 years ago | |
firestore.indexes.json | 4 years ago | |
firestore.rules | 5 years ago | |
jest.setup.js | 4 years ago | |
jsconfig.json | 5 years ago | |
netlify.toml | 4 years ago | |
nuxt.config.js | 4 years ago | |
package-lock.json | 4 years ago | |
package.json | 4 years ago | |
tailwind.config.js | 4 years ago |
Hoppscotch - A free, fast and beautiful API request builder
Helps you create requests faster, saving precious time on development - Subscribe
[](https://hoppscotch.io) [](https://travis-ci.com/hoppscotch/hoppscotch) [](https://github.com/hoppscotch/hoppscotch/releases/latest) [](https://twitter.com/intent/tweet?url=https%3A%2F%2Fhoppscotch.io&text=%F0%9F%91%BD%20hoppscotch%20%E2%80%A2%20API%20request%20builder%20-%20Helps%20you%20create%20your%20requests%20faster%2C%20saving%20you%20precious%20time%20on%20your%20development&original_referer=https%3A%2F%2Ftwitter.com%2Fshare%3Ftext%3D%25F0%259F%2591%25BD%2520hoppscotch%2520%25E2%2580%25A2%2520API%2520request%2520builder%2520-%2520Helps%2520you%2520create%2520your%2520requests%2520faster%2C%2520saving%2520you%2520precious%2520time%2520on%2520your%2520development%26url%3Dhttps%3A%2F%2Fhoppscotch.io%26hashtags%3Dhoppscotch%26via%3Dliyasthomas&via=liyasthomas&hashtags=hoppscotch)
Built with ❤︎ by liyasthomas and contributors
❤️ Lightweight: Crafted with minimalistic UI design.
⚡️ Fast: Send requests and get/copy responses in real-time.
Methods
GET
- Requests retrieve resource informationHEAD
- Retrieve response headers identical to those of a GET request, but without the response body.POST
- The server creates a new entry in a databasePUT
- Updates an existing resourceDELETE
- Deletes resource or related componentCONNECT
- 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 resourcePATCH
- Very similar to PUT
but makes a partial update on a resource<custom>
- Some APIs use custom request methods such as LIST
. Type in your custom methods.🌈 Make it yours: Customizable combinations for background, foreground and accent colors.
Theming: Customize now ✨
Customized themes are synced with local session storage
🔥 PWA: Install as a PWA on your device.
Features
🚀 Request: Retrieve response from endpoint instantly.
method
URL
Features
cURL
🔌 WebSocket: Establish full-duplex communication channels over a single TCP connection.
📡 Server Sent Events: Receive a stream of updates from a server over a HTTP connection without resorting to polling.
🌩 Socket.IO: Send and Receive data with SocketIO server.
🦟 MQTT: Subscribe and Publish to topics of a MQTT Broker.
🔮 GraphQL: GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data.
🔐 Authentication: Allows to identify the end user.
Types
📢 Headers: Describes the format the body of your request is being sent as.
📫 Parameters: Use request parameters to set varying parts in simulated requests.
📃 Request Body: Used to send and receive data via the REST API.
Options
Content Type
👋 Responses: Contains the status line, headers and the message/response body.
⏰ History: Request entries are synced with cloud / local session storage to restore with a single click.
📁 Collections: Keep your API requests organized with collections and folders. Reuse them with a single click.
Collections are synced with cloud / local session storage
🌐 Proxy: Enable Proxy Mode from Settings to access blocked APIs.
Features
CORS
(Cross Origin Resource Sharing) issueshttp://
)Official Hoppscotch Proxy is hosted by Apollo Software - Privacy Policy
📜 Pre-Request Scripts β: Snippets of code associated with a request that are executed before the request is sent.
Use-cases
📄 API Documentation: Create and share dynamic API documentation easily, quickly.
Usage
⌨️ Keyboard Shortcuts: Optimized for efficiency.
🌎 i18n β: Experience the app in your own language.
Keep in mind: Translations aren't available for all source and target language combinations
To provide a localized experience for users around the world, you can add you own translations.
All i18n
contributions are welcome to i18n
branch only!
📦 Add-ons: Official add-ons for hoppscotch.
Extensions fixes
CORS
issues.
Add-ons are developed and maintained under Official Hoppscotch Organization.
☁️ Auth + Sync: Sign in and sync in real-time.
Sign in with
Sync
✅ Post-Request Tests β: Write tests associated with a request that are executed after the request response.
Use-cases
📝 Notes : Instantly jot down notes, tasks or whatever you feel like as they come to your mind.
Notes are only available for signed-in users
🌱 Environments : Environment variables allow you to store and reuse values in your requests and scripts.
Use-cases
To find out more, please check out Hoppscotch Wiki.
method
URL
.env.example
file found in repository's root directory with your own keys and rename it to .env
.Sample keys only works with the production build.
npm install
within the directory that you cloned (probably hoppscotch
).npm run dev
.http://localhost:3000
in your browser.docker-compose up
http://localhost:3000
in your browser.#pull
docker pull liyasthomas/postwoman
#build
docker build -t postwoman:latest .
#run
docker run -p 3000:3000 postwoman:latest
npm install
within the directory that you cloned (probably hoppscotch
).npm run generate
../dist
.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 Travis CI for continuous integration. Check out our Travis CI Status.
This project is developed by Liyas Thomas using the Semantic Versioning specification. For the versions available, see the releases on this repository.
See the CHANGELOG
file for details.
Liyas Thomas 💻 🎨 |
Andrew Bastin 💻 |
John Harker 💻 |
James George 💻 |
See the list of contributors who participated in this project.
Become a financial contributor and help us sustain our community [Support].
style="max-width: 64px; max-height: 64px; border-radius: 100%"
src="https://github.com/scmmishra.png?size=64"
alt="Shivam Mishra"
/> <img
style="max-width: 64px; max-height: 64px; border-radius: 100%"
src="https://github.com/zackify.png?size=64"
alt="Zach Silveira"
/> <img
style="max-width: 64px; max-height: 64px; border-radius: 100%"
src="https://github.com/pantharshit00.png?size=64"
alt="Harshit Pant"
/> <img
style="max-width: 64px; max-height: 64px; border-radius: 100%"
src="https://github.com/janpio.png?size=64"
alt="Jan Piotrowski"
/> <img
style="max-width: 64px; max-height: 64px; border-radius: 100%"
src="https://github.com/ankumar.png?size=64"
alt="Anil Kumar"
/> <img
style="max-width: 64px; max-height: 64px; border-radius: 100%"
src="https://github.com/gpeal.png?size=64"
alt="Gabriel Peal"
/> <img
style="max-width: 64px; max-height: 64px; border-radius: 100%"
src="https://github.com/koddsson.png?size=64"
alt="Kristján Oddsson"
/> <img
style="max-width: 64px; max-height: 64px; border-radius: 100%"
src="https://github.com/donokuda.png?size=64"
alt="Don Okuda"
/> <img
style="max-width: 64px; max-height: 64px; border-radius: 100%"
src="https://github.com/ebrescia.png?size=64"
alt="Erica Brescia"
/> <img
style="max-width: 64px; max-height: 64px; border-radius: 100%"
src="https://github.com/mojombo.png?size=64"
alt="Tom Preston-Werner"
/> <img
style="max-width: 64px; max-height: 64px; border-radius: 100%"
src="https://github.com/mlynch.png?size=64"
alt="Max Lynch"
/> <img
style="max-width: 64px; max-height: 64px; border-radius: 100%"
src="https://github.com/brianshaler.png?size=64"
alt="Brian Shaler"
/> <img
style="max-width: 64px; max-height: 64px; border-radius: 100%"
src="https://github.com/mxstbr.png?size=64"
alt="Max Stoiber"
/> <img
style="max-width: 64px; max-height: 64px; border-radius: 100%"
src="https://github.com/jjcaine.png?size=64"
alt="John Caine"
/>
This project exists thanks to all the people who contribute [Contribute].
This project is licensed under the MIT License - see the LICENSE
file for details.