1.0.1 • Published 3 years ago

postman2js v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

example

const postman2js = require('postman2js');
const input = path.join(__dirname, "./WifiCash.postman_collection.json");
const output = path.resolve(__dirname, "./src/restful/generator.js");

postman2js(input, output);
1.0.1

3 years ago

1.0.0

3 years ago