We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c70295a commit 9af648aCopy full SHA for 9af648a
tgtg_scanner/tgtg/tgtg_client.py
@@ -25,10 +25,10 @@
25
BASE_URL = "https://apptoogoodtogo.com/api/"
26
API_ITEM_ENDPOINT = "item/v8/"
27
FAVORITE_ITEM_ENDPOINT = "user/favorite/v1/{}/update"
28
-AUTH_BY_EMAIL_ENDPOINT = "auth/v3/authByEmail"
29
-AUTH_POLLING_ENDPOINT = "auth/v3/authByRequestPollingId"
30
-SIGNUP_BY_EMAIL_ENDPOINT = "auth/v3/signUpByEmail"
31
-REFRESH_ENDPOINT = "auth/v3/token/refresh"
+AUTH_BY_EMAIL_ENDPOINT = "auth/v4/authByEmail"
+AUTH_POLLING_ENDPOINT = "auth/v4/authByRequestPollingId"
+SIGNUP_BY_EMAIL_ENDPOINT = "auth/v4/signUpByEmail"
+REFRESH_ENDPOINT = "auth/v4/token/refresh"
32
ACTIVE_ORDER_ENDPOINT = "order/v7/active"
33
INACTIVE_ORDER_ENDPOINT = "order/v7/inactive"
34
CREATE_ORDER_ENDPOINT = "order/v7/create/"
0 commit comments