hrbrmstr / omdbapi

R package to access the OMDB API (http://www.omdbapi.com/)
Other
40 stars 13 forks source link

API Key #5

Closed tsouchlarakis closed 7 years ago

tsouchlarakis commented 7 years ago

If you have an API key is there a way to modify the functions to include it? A request now looks like this:

http://www.omdbapi.com/?i=tt3896198&apikey=209e906d

I would imagine it is just another parameter that can be added to all the functions in this package that accepts an API key then adds that to the URL when building. Thanks.

tsouchlarakis commented 7 years ago

I'm seeing that in version 0.3.0 this was addressed, but I just updated the package and am not seeing a way to input an apikey in any of the functions.

tsouchlarakis commented 7 years ago

Got the answer, I needed to install again with devtools.