Skip to content

Instantly share code, notes, and snippets.

@cboettig
Last active August 29, 2015 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cboettig/88385da6a0f9fc63aaf5 to your computer and use it in GitHub Desktop.
Save cboettig/88385da6a0f9fc63aaf5 to your computer and use it in GitHub Desktop.
zenodo.R
library(httr)
endpoint <- oauth_endpoint(NULL, "authorize", "token", base_url = "https://zenodo.org/oauth")
myapp <- oauth_app("zenodo", key, secret)
zenodo_token <- oauth2.0_token(endpoint, myapp, scope=c("deposit:write+deposit:actions"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment