Releases: Electronic-Mango/simple-justwatch-python-api
1.2.0
1.1.0
Add monetization_types to OfferPackage
Handle more (hopefully all) HTTP errors, not just status codes.
The old exception is reused, with trimmed down fields to be more generic.
1.0.3
Fix relative links in PyPi description, for real this time.
1.0.2
Fix relative links in PyPi description.
1.0.1
Add "Releases" URL to pyproject.toml.
Capitalize "Changelog" URL name.
1.0.0
I don't really know what would it mean for this project to reach 1.0.0/stable, so here it is anyways.
Change error handling - add new exceptions instead of asserts:
JustWatchHttpError- API responded with a non-2xxstatus codeJustWatchApiError- response from API has errors in JSONJustWatchError- parent for all other exceptions for easier catching
Add a lot more comprehensive documentation, created with Zensical.
0.19.0
Change license to MIT.
0.18.2
Update "Usage" in README.md so it's up to date on PyPi page.
0.18.1
Update README.md ToC so it's up to date on PyPi page.
Also added missing unit tests.
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.