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);
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);
npm i postman2js
4
1.0.1
ISC
2.08 kB
3