Skip to content

Commit

Permalink
bump item API endpoint to v8 (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
Der-Henning committed May 25, 2023
1 parent 9530541 commit 8f7cc62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tgtg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from .exceptions import TgtgAPIError, TgtgLoginError, TgtgPollingError

BASE_URL = "https://apptoogoodtogo.com/api/"
API_ITEM_ENDPOINT = "item/v7/"
API_ITEM_ENDPOINT = "item/v8/"
AUTH_BY_EMAIL_ENDPOINT = "auth/v3/authByEmail"
AUTH_POLLING_ENDPOINT = "auth/v3/authByRequestPollingId"
SIGNUP_BY_EMAIL_ENDPOINT = "auth/v3/signUpByEmail"
Expand Down

0 comments on commit 8f7cc62

Please sign in to comment.