0.1.55 • Published 6 years ago

@dgcode/url-fetch-app v0.1.55

Weekly downloads
14
License
MIT
Repository
-
Last release
6 years ago

@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