This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
v1.3.0
Gem SHA-256: 7b6485ef003779822f68f5466ac79738b03d3c19d792964c897d7f40eac1095d
Fixed
- Return an empty array when endpoint responds with a
Can't find
error onimdb
/themoviedb
/tvdb
search (#6). - Parse JSON only for responses with
application/json
Content-Type, preventing error responses to raise aParsingError
(#4).
Added
- Add
token!
public method for standalone token generation (#3).
Changed
- Reduce Faraday connection timeout to 30 seconds.