Closed alexguzun closed 6 years ago
Thanks for adding this, I will add a testing key and merge before this weekend. Thanks a lot.
Hi @eefret! Any updates on this PR?
Yeah sure I downloaded the build and the tests work correctly
thanks @alexguzun
Thanks for merging the PR! Don't forget to configure the environment variable in TravisCI.
As you might know, the API now requires a key, that can be obtained by becoming a suporter. Current version of library does not work anymore ( Issue #11 ).
Unit tests are getting the key from environment:
var apiKey = os.Getenv("OMDB_API_KEY")
This also means that one will have to configure the environment variable in TravisCI.