Releases: Electronic-Mango/simple-justwatch-python-api
Releases · Electronic-Mango/simple-justwatch-python-api
Query for more data
Query for:
- scoring (IMDB, TMDB, Rotten Tomatoes, JustWatch)
- JustWatch likes and dislikes
- JustWatch charts/ranks
- age certification
Add TMDB ID, remove default element_count
Add TMDB ID to responses.
Remove default element_count
, if not found in API response use None
.
Add "details" and "offers_for_countries" commands
Add 2 new commands:
details
- look up details for a single entry by its node ID
offers_for_countries
- look up offers for a single entry by its node ID, allows for specifying multiple countries
Add "short_description" field to responses
Add "short_description" to API response, matching "showDescription" field in GraphQL API.
Update README.md
Update data structures and media formats.
Add "runtime" field
0.11 Update version to 0.11
Update type hints in responses
Update poster type hint to include "None".
Fix issue with missing poster URL, specify offer icon format
Fix issue where GraphQL API didn't return poster URL, now in this situation this API will set "None" as poster.
Specify offer icon format to "PNG". Previously it would leave "{format}" in offer icon URL.
Add example response to README.md
0.8 Change version to 0.8
Fix auto-generated docs
0.7 Change version to 0.7