Skip to content

Releases: Electronic-Mango/simple-justwatch-python-api

1.2.0

16 Apr 16:10

Choose a tag to compare

Improve HTTP error handling.
Store HTTP response text in JustWatchHttpError, if error is related to the response message.
Otherwise (e.g. general connection, or timeout error) it's None.

1.1.0

12 Apr 21:05

Choose a tag to compare

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

11 Apr 22:12

Choose a tag to compare

Fix relative links in PyPi description, for real this time.

1.0.2

11 Apr 22:07

Choose a tag to compare

Fix relative links in PyPi description.

1.0.1

11 Apr 21:25

Choose a tag to compare

Add "Releases" URL to pyproject.toml.
Capitalize "Changelog" URL name.

1.0.0

11 Apr 21:20

Choose a tag to compare

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-2xx status code
  • JustWatchApiError - response from API has errors in JSON
  • JustWatchError - parent for all other exceptions for easier catching

Add a lot more comprehensive documentation, created with Zensical.

0.19.0

04 Apr 19:34

Choose a tag to compare

Change license to MIT.

0.18.2

03 Apr 17:48

Choose a tag to compare

Update "Usage" in README.md so it's up to date on PyPi page.

0.18.1

01 Apr 22:12

Choose a tag to compare

Update README.md ToC so it's up to date on PyPi page.
Also added missing unit tests.

0.18.0

01 Apr 21:08

Choose a tag to compare

Add two new functions:

  • popular - looking up currently popular titles
  • providers - get data about service providers (like "Netflix") to use in filtering in popular or search

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.