Postwoman -API request builder

Nishit Maheta
2 min readNov 16, 2019

--

API request builder — A free, fast, and beautiful alternative to Postman https://postwoman.io https://postwoman.io

API request builder — A free, fast, and beautiful alternative to Postman

Helps you create your requests faster, saving you precious time on your development

Features

Lightweight: Crafted with minimalistic UI design. Simple design is the best design.

  • Faster, lighter, cleaner, minimal & responsive

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
  • OPTIONS - Describe the communication options for the target resource
  • PATCH - Apply partial modifications to a REST API resource

History entries are synced with local session storage

Usage

  1. Specify your request method
  2. Type in your API URL
  3. Add API path
  4. Send request
  5. Get response!

You’re done!

Built with

  • Chromium — Thanks for being so fast!
  • HTML — For the web framework
  • CSS — For styling components
  • JavaScript — For magic!
  • Vue — To add to the JavaScript magic!
  • Nuxt — To add to the Vue magic!

Read: Story behind Postwoman, Postwoman v1.0

Chat: Telegram, Discord

Read: Story behind Postwoman, Postwoman v1.0

Chat: Telegram, Discord

Originally posted on https://dev.to/liyasthomas/postwoman-v1-0-a-free-fast-beautiful-alternative-to-postman-mn0

Happy Coding ❤︎

--

--

No responses yet