Code Monkey home page Code Monkey logo

flow-interfaces-google-apps-script's Introduction

flow-interfaces-google-apps-script

npm npm

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
  • Mail
  • 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

flow-interfaces-google-apps-script's People

Contributors

cw-himura avatar eiel avatar renovate-bot avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

cw-himura

flow-interfaces-google-apps-script's Issues

予約後が使われてしまってるせいでエラーがでてる

Library parse error:
node_modules/flow-interfaces-google-apps-script/definitions/ScriptServices/HTML/History.js:12
 12:   setChangeHandler(function: (e: gas$History$Event) => any): void;
                        ^^^^^^^^ Unexpected token function

Library parse error:
node_modules/flow-interfaces-google-apps-script/definitions/ScriptServices/HTML/Run.js:5
  5:   withFailureHandler(function: ((Error, ...args: any[]) => any)): void;
                          ^^^^^^^^ Unexpected token function

Library parse error:
node_modules/flow-interfaces-google-apps-script/definitions/ScriptServices/HTML/Url.js:5
  5:   getLocation(function: (location: gas$Location) => any): void;
                   ^^^^^^^^ Unexpected token function

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

This repository currently has no open or pending branches.

Detected dependencies

npm
package.json

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.