Omertron / api-omdb

API for the Open Movie Database
GNU General Public License v3.0
27 stars 20 forks source link

Adding a tiny bit of abstraction to title searching. #11

Closed BrentonPoke closed 6 years ago

BrentonPoke commented 6 years ago

Both OmdbVideoFull and OmdbVideoBasic worked in my separate application. Can add unit testing later if you want. I also had to modify maven and plugin versions to get it to compile on my machine. Hopefully the more updated versions aren't an issue.

Note: I originally had some ridiculous interface going, but missed that you had already done some of what I was trying to do. ¯\_(ツ)_/¯