Skip to content

Releases: andersfibiger/postman-to-http

Fix invalid fileNames

Choose a tag to compare

@andersfibiger andersfibiger released this 15 Sep 09:07

Ensure filenames doesn't contain a colon in the name.

0.1.1

Choose a tag to compare

@andersfibiger andersfibiger released this 19 Aug 15:33

Postman to http CLI tool

This is a tool for quickly converting postman requests to .http format.
It converts basic features but not everything is handled yet.

How to use

Convert a collection to .http
postmanToHtpp -output './collection' convert-collection ./path-to-json-collection

Convert an environment to .env file
postmanToHtpp -output './env' convert-environment ./path-to-json-environment