The Collaboration Platform for API Development

Technologies
javascript, node.js
Topics
api, developer tools, api management, programmer productivity
The Collaboration Platform for API Development

Our open source modules power core features of the Postman app, which is used by over 8 million users across 400,000+ companies.

Newman

Command-line tool for running and testing a Postman Collection as part of any pipeline, making Postman collections a unit of compute that can be baked into the software development life cycle, and leveraged as API truth wherever it is needed.

Learn more | Source code

Postman Code Generators

Convert Postman collections to usable code in more than 20 different programming languages, generating simple client scripts for consumers that are defined by the Postman collections used as the code generators definition.

Learn more | Source code

Importers

The collections you save and share with Postman are all open source and can be shared, exported, published, and used as a unit of currency within any application or system, further extending the reach of the platform. To enable users of various tools to quickly get started, we've introduced modules that convert various API formats (OpenAPI / RAML / GraphQL) to Postman collections.

Learn more | Source code OpenAPI | Source code GraphQL | Source code RAML

Postman Collection SDK + Runtime

The core of Postman is powered by Runtime that helps to execute requests, scripts, and tests in the Postman app. The Collection SDK allows you to create, manage, and automate how collections are defined and put to work across a platform without depending on the application. These two modules are closely associated.

Learn more about Collection SDK | Source code Collection SDK | Learn more about Runtime | Source code Runtime

2020 Program

Successful Projects

Contributor
Somesh Koli
Mentor
Umesh Pathak
Organization
Postman
Enhancements to Postman code generator
Code generator has been one of the best features in postman. It helps developers to quickly get snippets for the request in multiple languages and...
Contributor
Narayan Pai
Mentor
Udit Vasu
Organization
Postman
Add login feature to Newman
This project bridges the gap between Postman and Newman by supporting access to Postman-Cloud resources from Newman. This is done by providing two...