sckott / apipkgen

Generate an R package from API specs
http://sckott.github.io/apipkgen/
Other
20 stars 2 forks source link

support both crul and httr b/c crul doesnt support oauth yet #15

Closed sckott closed 5 years ago

sckott commented 5 years ago

ping @eaurele I noticed that your eg uses oauth, and crul doesn't support oauth yet, so im making a change to support httr as well, e.g., generate_pkg(..., http_lib = "httr")