0.0.23 • Published 10 years ago

googlerest v0.0.23

Weekly downloads
1
License
BSD-2-Clause
Repository
github
Last release
10 years ago

GoogleRest

A simple wrapper around google REST api

Options

  • google_client_id registered google app's client_id (default: 137500406659-cubikdgci0v2t65obo09n8q5bpj3iooh.apps.googleusercontent.com)
  • google_client_secret registered google app's client_secret (default: tMWazNthbpjrB-_9x2h1aoy2)
  • google_redirect_uri redirect url registered with google app (default: http://localhost:3000/google/authorized)
  • google_scope scope for accessing various services (default: https://www.googleapis.com/auth/drive)
  • google_tokens google app's access_token (if null, user's will be redirected to google) (default: null)
  • google_protocol protocol to use to connect to google (default: https)
  • google_apis_host hostname to use to connect to google (default: www.googleapis.com)
  • google_oauth2_host hostname to use to connect to google for oauth2 (default: accounts.google.com)
  • google_oauth2_authorize_uri Oauth2 authorize uri specified in google api (default: /o/oauth2/auth)
  • google_oauth2_access_token_uri Oauth2 access_token url specified in google api (default: /o/oauth2/token)
  • proxy if 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

0.0.23

10 years ago

0.0.22

10 years ago

0.0.21

10 years ago

0.0.20

10 years ago

0.0.19

10 years ago

0.0.18

10 years ago

0.0.17

10 years ago

0.0.16

10 years ago

0.0.15

10 years ago

0.0.14

10 years ago

0.0.13

10 years ago

0.0.12

10 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago