v7.0.0
v7.0.0 (2024-07-11)
Breaking
-
Migrate from requests to httpx: the Client should now be instantiated as context manager (
06e20d8) -
The
app_idandapp_secretparameters have ben removed from theClientclass. They were not actually used. (c1bbf37)
Documentation
Feature
- Add custom auth class for httpx (
e8d1955)
Refactor
- Make query params more explicit (
553df43)