gargle_app
From gargle v0.1.3
by Jennifer Bryan
OAuth app for demonstration purposes
Returns an OAuth app that we default to in credentials_user_oauth2()
. This
makes it easy to test drive gargle before obtaining your own client ID and
secret. Once your use of gargle is more than casual, you should create a
similar function, but populated with your own credentials, like so:
Create a Cloud Platform Project in the Google Developers Console.
Create a function, e.g.,
my_app()
, that callshttr::oauth_app()
with a meaningful nickname and your app's client ID and secret.
Usage
gargle_app()
Value
An OAuth consumer application, produced by httr::oauth_app()
.
Examples
# NOT RUN {
gargle_app()
# }
Community examples
Looks like there are no examples yet.