@dgcode/url-fetch-app

mocked class for google apps script UrlFetchApp api

Usage no npm install needed!

<script type="module">
  import dgcodeUrlFetchApp from 'https://cdn.skypack.dev/@dgcode/url-fetch-app';
</script>

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