@dgcode/url-fetch-app
v0.1.55
Published
mocked class for google apps script UrlFetchApp api
Downloads
48
Readme
@dgcode/url-fetch-app
mocked class for google apps script UrlFetchApp api
Install
$ npm install @dgcode/url-fetch-app
Usage
import { UrlFetchApp } from '@dgcode/url-fetch-app';
This is a non-functional typed class representing Google Apps's Script UrlFetchApp object. It can be imported in regular environments (such as Node) but will do nothing when calling its methods.
UrlFetchApp.fetch(); // null
License
MIT