Open source API development ecosystem https://hoppscotch.io/
![]() |
4 years ago | |
---|---|---|
.github | 4 years ago | |
assets | 4 years ago | |
components | 4 years ago | |
docs | 5 years ago | |
functions | 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 | 5 years ago | |
static | 4 years ago | |
store | 4 years ago | |
tests | 4 years ago | |
.all-contributorsrc | 4 years ago | |
.dockerignore | 5 years ago | |
.editorconfig | 5 years ago | |
.env.example | 4 years ago | |
.firebaserc | 5 years ago | |
.gitignore | 5 years ago | |
.prettierignore | 5 years ago | |
.travis.yml | 5 years ago | |
CHANGELOG.md | 4 years ago | |
CODE_OF_CONDUCT.md | 4 years ago | |
CONTRIBUTING.md | 5 years ago | |
Dockerfile | 5 years ago | |
LICENSE | 5 years ago | |
README.md | 4 years ago | |
TRANSLATIONS.md | 4 years ago | |
build.js | 4 years ago | |
cypress.json | 5 years ago | |
database.rules.json | 5 years ago | |
docker-compose.yml | 5 years ago | |
firebase.json | 5 years ago | |
firestore.indexes.json | 5 years ago | |
firestore.rules | 5 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 | |
storage.rules | 5 years ago |
A free, fast and beautiful API request builder
Web alternative to Postman - Helps you create requests faster, saving precious time on development - Subscribe
[](https://travis-ci.com/liyasthomas/postwoman) [](https://github.com/liyasthomas/postwoman/releases/latest) [](https://postwoman.io) [](CONTRIBUTING.md) [](https://opencollective.com/postwoman) [](https://www.paypal.me/liyascthomas) [](https://t.me/postwoman_app) [](https://discord.gg/GAMWxmR) [](https://twitter.com/intent/tweet?url=https%3A%2F%2Fpostwoman.io&text=%F0%9F%91%BD%20Postwoman%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%2520Postwoman%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%2Fpostwoman.io%26hashtags%3Dpostwoman%26via%3Dliyasthomas&via=liyasthomas&hashtags=postwoman)
Built with ❤︎ by liyasthomas and contributors
Read: Story behind Postwoman
Donate: GitHub Sponsors, Open Collective, Patreon, PayPal
❤️ Lightweight: Crafted with minimalistic UI design.
⚡️ Fast: Send requests and get/copy responses in real-time.
Methods:
GET
- Retrieve information about the REST API resourceHEAD
- Retrieve response headers identical to those of a GET request, but without the response body.POST
- Create a REST API resourcePUT
- Update a REST API resourceDELETE
- Delete a REST API 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
- Apply partial modifications to a REST API 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:
JavaScript XHR
, Fetch
and cURL
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 Postwoman 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.
Shortcuts:
🌎 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 Postwoman.
Extensions fixes
CORS
issues.
Add-ons are developed and maintained under Official Postwoman 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 Postwoman 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 postwoman
).npm run dev
.http://localhost:3000
in your browser.docker-compose up
http://localhost:3000
in your browser.#pull
docker pull liyasthomas/postwoman
#run
docker run -p 3000:3000 liyasthomas/postwoman:latest
#build
docker build -t postwoman:latest .
npm install
within the directory that you cloned (probably postwoman
).npm run build
../dist
.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.
See the list of contributors who participated in this project.
Become a financial contributor and help us sustain our community [Contribute].
Support this project with your organization. Your logo will show up here with a link to your website [Contribute].
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.