Home

Awesome

Quick links

About Postman

Postman helps you be more efficient while working with APIs. Postman is a scratch-your-own-itch project. The need for it arose while one of the developers was creating an API for his project. After looking around for a number of tools, nothing felt just right. The primary features added were a history of sent requests and collections. A number of other features have been added since the initial release. A small list is below. To see a fancier page and a video tutorial, check out http://www.getpostman.com

Features

Create requests quickly.

Document and share APIs.

Installing the zip file

If you downloaded the Postman zip file here is what you need to do to install it as a developer extension:

  1. Go to Tools > Extensions inside Chrome by clicking on the wrench icon on top right.
  2. Select "Load unpacked extension"
  3. Select the "chrome" folder with manifest.json in it's root
  4. Postman will be installed as a developer extension. The installation from the Chrome Web Store will remain independent with all your data.

Building and Developing

  1. Install the dependencies
<pre> sudo npm install -g grunt grunt-cli </pre>
  1. Generate the template.js and request.js files by running grunt. You can watch the folder for changes using:
<pre> grunt watch </pre>
  1. For misc. grunt tasks, look at grunt.js.

If JavaScript is disabled for all sites

If JavaScript is disabled for all sites, in order to use the Postman packaged app, you will need to set an exception for it.

In chrome settings, go to Privacy > Content Settings > JavaScript > Manage Exceptions and add the following exception chrome-extensions://<postman_extension_id>/.

Postman packaged app's' extension ID can be found at chrome-extensions://. Ensure developer mode is enabled and look for the ID under Postman - REST Client (Packaged App).

Submitting bugs

Please add the Postman version along with your operating system and Chrome version along with bug requests.