Releases: Chostakovitch/pychee
Releases · Chostakovitch/pychee
[0.2.2] Add albums tree method
And improved pyproject.toml
file, better linting.
Thanks to @engineerjoe440.
[0.2.1] Python 3.7 compatibility
Remove usage of walrus operator to maintain Python 3.7 compatibility
[0.2.0] Adjust to new API behaviours
Fixes:
- Set CSRF token early (before API calls) and refresh it at each request
- Use explicit
application/json
Accept
, otherwise Lychee rejects the request
Known problems:
- Error checking is really bad at our side (we should check HTTP codes)
- No testing
0.1.2
Add sample usage, return album id on creation
0.1.1
Add Photo::get API call
0.1
Initial release.