cURL and Postman work wonderfully together

cURL is the most used command line tool for making API calls. However, it is a little cumbersome to work directly with…

Using a mocking service to create Postman Collections

A very common problem faced by back-end dev teams is effectively agreeing upon an API contract with the front-end team or API…

Stream Any Log File to Slack Using curl

When was the last time you had to execute a long-running script and wished you could monitor the progress remotely without setting…

Explore and prototype microservices with Postman and Hivepod

Companies across the world are rapidly adopting Microservices Architectures as part of their Digital Transformation. Amazon, Netflix or eBay have proven the…

Making the perfect HTTP request using Postman Echo

Postman helps you craft HTTP requests easily and precisely. The server that receives these requests will know how to handle them. Either…

Importing RAML folders in Postman

For several developers, the RESTful API Modeling Language (RAML) has become a popular choice for designing APIs. With the announcement of RAML…

Writing a behaviour driven API testing environment within Postman

Behaviour driven test frameworks like mocha and jasmine have certain unalienable advantages. They provide a clean way to organize tests as well…

API Integrations Using Postman: Building a Slack Channel Bot

APIs break down information silos and make data more actionable. By bridging together different systems, an organization can increase its productivity radically….

How to write powerful automated API tests with Postman, Newman and Jenkins

Unless your development team is running on a six-month or an year-long cycle, you would be practicing Continuous Integration. From the ThoughtWorks…

Writing front-end API code with Postman

Writing code is hard. Mistakes creep in due to a myriad of reasons. Making API calls through code is harder still. Ensuring…

Manage your SailsJS server bootstrap code

Postman and SailsJS go hand in hand — SailsJS allows you to rapidly build API servers and Postman helps to manage, document, and test…

Making API documentation more manageable

We shipped some great new features with 3.0 a while back. One of the things that we are really excited about in…