googleAuthR: googleAuthR: Easy Authentication with Google OAuth2 APIs

Description Details Batching Shiny functions Default options

Description

Get a startup guide by viewing the vignette: vignette("googleAuthR")

Details

There are two main functions in the googleAuthR package:

Batching

If you have many API calls, you can save a lot of time by using batching. This takes your many calls and sends them in one POST request to www.googleapis.com/batch, returning a list of any responses. See gar_batch for details.

Another common batch task is to call the same function with one parameter changing each call. This is supported using the gar_batch_walk function.

Shiny functions

If you need Shiny authentication, then these functions work together to give a smooth authentication flow.

Default options

These are the default options that you can override via options()


yinscapital/googleAuthR-reference documentation built on May 3, 2019, 4:31 p.m.