1.0.1 • Published 1 year ago

postman2js v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year 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);