jvanbaarsen / omdb

Easy access to the OMDB Api
MIT License
13 stars 10 forks source link

Add method for lookup by id #8

Closed rabidaudio closed 9 years ago

rabidaudio commented 9 years ago

The fetch method can be dangerous since there can be more than one item with the same title, so I needed an id lookup method for my project.

Here it is under find if you want it.

jvanbaarsen commented 9 years ago

@rabidaudio Thanks! Can you please also add a test for this feature?

rabidaudio commented 9 years ago

added tests and fixed the hash syntax (also in the place I copied it from)

jvanbaarsen commented 9 years ago

@rabidaudio Thanks! :dancers: