0.0.10 • Published 4 years ago

@tsart/alchemy-json v0.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@tsart/alchemy-json

Generic JSON connector powered on Postman collections

Usage

let pm = new PostmanCollection(logger, {
  collection: './collection.json',
  environment: [{ key: 'secretKey', value: process.env['SECRET_KEY'], type: 'test', enabled: true }],
});
let res: IResponseDataset[] = await pm.run();

Sample connection to Azure Resource API

See the details to set up Azure application credentials here: https://blog.jongallant.com/2017/11/azure-rest-apis-postman/