add a demo for one-legged OAuth1 using Noun Project API #548
add a demo for one-legged OAuth1 using Noun Project API #548hadley merged 8 commits intor-lib:masterfrom
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.
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_signatureto use an OAuth1.0a One legged API.