Functions to manage authentication with the Meetup API. Includes functions to authenticate, and deauthorize by removing cached credentials.
Usage
meetup_auth(...)
meetup_deauth(
client_name = Sys.getenv("MEETUP_CLIENT_NAME", "meetupr"),
clear_keyring = TRUE
)Arguments
- ...
Additional arguments to
meetup_client().- client_name
A string representing the name of the client. By default, it is set to
"meetupr"and retrieved from theMEETUP_CLIENT_NAMEenvironment variable.- clear_keyring
A logical value indicating whether to clear the associated keyring entries. Defaults to
TRUE.
