-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add a demo for one-legged OAuth1 using Noun Project API #548
Conversation
using Noun Project API (r-lib#542)
Unfortunately, I am not sure how to do for demo to provide Key and Secret. I think demo files are run at built time, or at least can be run using Currently I left the |
Maybe use You don't need to worry about the demos being automatically rerun. |
# https://thenounproject.com/accounts/login/?next=/developers/apps/ | ||
# Add the below environment variable to your session | ||
# (helper function : usethis::edit_r_environ()) | ||
nouns_app <- oauth_app("noun_project", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you mind using the standard tidyverse style here?
Actually, let me just finish this off since the changes are small and I need to practice my contributing back to PR skills |
Thanks @cderv! |
Thanks! |
This closes #542 by providing a demo on using
oauth_signature
to use an OAuth1.0a One legged API.