gargle (version 0.2.0)

gargle_app: OAuth app for demonstration purposes

Description

Invisibly returns an OAuth app that can be used to test drive gargle before obtaining your own client ID and secret. This OAuth app 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 app (client ID and secret), without these limitations. See the How to get your own API credentials vignette for more details.

Usage

gargle_app()

Arguments

Value

An OAuth consumer application, produced by httr::oauth_app(), invisibly.

Examples

Run this code
# NOT RUN {
gargle_app()
# }

Run the code above in your browser using DataCamp Workspace