View source: R/gargle_oauth_client.R
gargle_client | R Documentation |
Invisibly returns an instance of
gargle_oauth_client
that can be used to test drive
gargle before obtaining your own client ID and secret. This OAuth client may
be deleted or rotated at any time. There are no guarantees about which APIs
are enabled. DO NOT USE THIS IN A PACKAGE or for anything other than
interactive, small-scale experimentation.
You can get your own OAuth client ID and secret, without these limitations.
See the vignette("get-api-credentials")
for more details.
gargle_client(type = NULL)
type |
Specifies the type of OAuth client. The valid values are a subset of possible Google client types and reflect the key used to describe the client in its JSON representation:
|
An OAuth client, produced by gargle_oauth_client()
, invisibly.
## Not run:
gargle_client()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.