DEV Community

Discussion on: What can I build with Vue and Firebase?

Collapse
 
liyasthomas profile image
Liyas Thomas

Postwoman - A free, fast & beautiful API request builder (web alternative to Postman)

GitHub logo liyasthomas / postwoman

👽 A free, fast & beautiful API request builder (web alternative to Postman) https://postwoman.io 🔥

Postwoman.io logo

A free, fast & beautiful API request builder

Web alternative to Postman - Helps you create requests faster, saving precious time on development - Subscribe

Travis Build Status GitHub release Website Contributions welcome Financial Contributors on Open Collective Donate on PayPal Chat on Telegram Chat on Discord Tweet


Built with ❤︎ by
liyasthomas and
contributors




Read: Story behind Postwoman, Postwoman v1.0

Chat: Telegram, Discord

Donate: PayPal, Open Collective, Patreon


Screenshot1

Features

❤️ Lightweight: Crafted with minimalistic UI design - simple design is the best design.

⚡️ Fast: Send requests and get/copy responses in real-time - fast software is the best software.

Methods:

  • GET - Retrieve information about the REST API resource
  • HEAD - Retrieve response headers identical to those of a GET request, but without the response body.
  • POST - Create a REST API resource
  • PUT - Update a REST API resource
  • DELETE - Delete a REST API resource or related component
  • CONNECT - Establishes a tunnel to the server identified by the target resource
  • OPTIONS -…