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.
Value
An OAuth client, produced by gargle_oauth_client()
, invisibly.