UNPKG

ssjs-fetch

Version:

Simplified interface for Script.Util.HttpRequest. ## Installation npm install ssjs-fetch ## Interface ``` Get: function (url, headers = [], continueOnError = true, retries = 0, emptyContentHandling = 0) Post: function (url, data, headers = [], continueOn

24 lines (23 loc) 468 B
{ "name": "ssjs-fetch", "version": "1.0.0", "description": "", "main": "src/index.js", "repository": { "type": "git", "url": "https://github.com/adessoSE/ssjs-fetch" }, "keywords": [ "javascript", "webpack", "salesforce", "sfmc", "ssjs" ], "author": "pdallmer", "license": "Apache-2.0", "bugs": { "url": "https://github.com/adessoSE/ssjs-fetch/issues" }, "homepage": "https://github.com/adessoSE/ssjs-fetch" }