googlerest
v0.0.23
Published
wrapper around google api
Downloads
69
Readme
GoogleRest
A simple wrapper around google REST api
Options
google_client_idregistered google app's client_id (default: 137500406659-cubikdgci0v2t65obo09n8q5bpj3iooh.apps.googleusercontent.com)google_client_secretregistered google app's client_secret (default: tMWazNthbpjrB-_9x2h1aoy2)google_redirect_uriredirect url registered with google app (default: http://localhost:3000/google/authorized)google_scopescope for accessing various services (default: https://www.googleapis.com/auth/drive)google_tokensgoogle app's access_token (if null, user's will be redirected to google) (default: null)google_protocolprotocol to use to connect to google (default: https)google_apis_hosthostname to use to connect to google (default: www.googleapis.com)google_oauth2_hosthostname to use to connect to google for oauth2 (default: accounts.google.com)google_oauth2_authorize_uriOauth2 authorize uri specified in google api (default: /o/oauth2/auth)google_oauth2_access_token_uriOauth2 access_token url specified in google api (default: /o/oauth2/token)proxyif behind firewall http_proxy value to use (default: taken from 'http_proxy' environment variable)
Example
See https://github.com/mohan43u/googlerest/blob/master/example/googleresttest.js
