We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It looks like TGTG changed their API which now return 404 on https://apptoogoodtogo.com/api/item/v8/{item_id}/setFavorite
https://apptoogoodtogo.com/api/item/v8/{item_id}/setFavorite
As I have no experience with reverse engineering mobile APIs I sadly can't support with fixing this issue.
Log from my instance with debug enabled (also shows that other requests work):
ahivert/tgtg-python#288 Looks like someone in a different repo with a TGTG client also has the same issue.
Edit: Did some Android MITM. The new Endpoint is POST /api/user/favorite/v1/{item_id}/update with body {"is_favorite":true} or {"is_favorite":false}
The text was updated successfully, but these errors were encountered:
Hi @floriegl. Thank you for your contribution. The new release 1.20.2 contains the update.
Sorry, something went wrong.
No branches or pull requests
It looks like TGTG changed their API which now return 404 on
https://apptoogoodtogo.com/api/item/v8/{item_id}/setFavorite
As I have no experience with reverse engineering mobile APIs I sadly can't support with fixing this issue.
Log from my instance with debug enabled (also shows that other requests work):
ahivert/tgtg-python#288 Looks like someone in a different repo with a TGTG client also has the same issue.
Edit: Did some Android MITM. The new Endpoint is POST /api/user/favorite/v1/{item_id}/update with body {"is_favorite":true} or {"is_favorite":false}
The text was updated successfully, but these errors were encountered: