0.3.0 • Published 8 years ago
flow-interfaces-google-apps-script v0.3.0
flow-interfaces-google-apps-script
Usage
NPM or YARN
npm install --save-dev flow-interfaces-google-apps-script
Flow Config
Add the interfaces to your .flowconfig
[libs]
node_modules/flow-interfaces-google-apps-script/definitions
Types
Detailed object types described in the Google Apps Script docs are also available.
These types are prefixed with gas$, e.g. gas$Event.
Example
// @flow
const res: gas$HTTPResponse = UrlFetchApp.fetch("hoge");
const res2: number = res
$ flow
Error: index.js:3
3: const res2: number = res
^^^ gas$HTTPResponse. This type is incompatible with
3: const res2: number = res
^^^^^^ number
Found 1 error
Limited
Not Used MimeType
const gasMimeType: gas$$Base$Enum$MimeType = ((MimeType: any): gas$Base$Enum$MimeType);
const mimeType: gas$Base$MimeType = gasMimeType.ZIP;
TODO
Script Services
- Base
- Cache
- Charts
- Content
- HTML
- JDBC
- Lock
- Optimization
- Properties
- Script
- URL Fetch
- Utilities
- XML
G Suite Service
- Calendar
- Contacts
- Document
- Drive
- Forms
- Gmail
- Groups
- Language
- Maps
- Spreadsheet
Advanced Google Services
- Admin SDK
- AdSense
- Analytics
- Apps Activity
- BigQuery
- Calendar
- Classroom
- Drive
- DoubleClick Campaigns
- Fusion Tables
- Gmail
- Google+
- Google+ Domains
- Mirror
- Prediction
- Sheets
- Shopping Content
- Slides
- Tasks
- Tag Manager
- URL Shortener
- YouTube
0.3.0
8 years ago
0.2.0
8 years ago
0.1.1
8 years ago
0.1.0
8 years ago
0.0.36
8 years ago
0.0.35
8 years ago
0.0.34
8 years ago
0.0.33
8 years ago
0.0.32
8 years ago
0.0.31
8 years ago
0.0.30
8 years ago
0.0.29
8 years ago
0.0.28
8 years ago
0.0.27
8 years ago
0.0.26
8 years ago
0.0.25
8 years ago
0.0.24
8 years ago
0.0.23
8 years ago
0.0.22
8 years ago
0.0.21
8 years ago
0.0.20
8 years ago
0.0.19
8 years ago
0.0.18
8 years ago
0.0.17
8 years ago
0.0.16
8 years ago
0.0.15
8 years ago
0.0.14
8 years ago
0.0.13
8 years ago
0.0.12
8 years ago
0.0.11
8 years ago
0.0.10
8 years ago
0.0.9
8 years ago
0.0.8
8 years ago
0.0.7
8 years ago
0.0.6
8 years ago
0.0.5
8 years ago
0.0.4
8 years ago
0.0.3
8 years ago
0.0.2
8 years ago
0.0.1
8 years ago