Releases: Electronic-Mango/simple-justwatch-python-api
0.18.0
Add two new functions:
popular- looking up currently popular titlesproviders- get data about service providers (like "Netflix") to use in filtering inpopularorsearch
popular and search allows for basic pagination with offset parameter.
search can now be used without specified title, making it oddly similar to popular, but oh well. I figured it out after popular was ready.
0.17.1
Apparently, even it's discouraged according to PEP 639, it's still needed to get correct license on PyPi.
0.17
Add two new functions - one for seasons and one for episodes.
They allow for getting more granular information - offers for individual seasons, or episodes; rather than show as a whole.
0.16
Query for:
- scoring (IMDB, TMDB, Rotten Tomatoes, JustWatch)
- JustWatch likes and dislikes
- JustWatch charts/ranks
- age certification
0.15
Add TMDB ID to responses.
Remove default element_count, if not found in API response use None.
0.14
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
0.13
Add "short_description" to API response, matching "showDescription" field in GraphQL API.
0.12
Update data structures and media formats in README.md.
0.11
Add "runtime" field.
0.10
Update poster type hint to include "None".