nitpick: why does v1 of the shopping API hang? #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
matching the official app 1:1 is explicitly not a goal of my project, but it still irks me that i can't use the v1 api (
/shop/api/v1/shops) to create shopping baskets while the apps have no issue at all. instead i have to use v2 (/shop/api/v2/shops) which is documented nowhere and was just found by chance.the structure of the v2 api is cleaner from what i saw, but this doesn't really seem reliable.
it just times out for
POSTandPUT, but for other methods it returns a HTTP 405.from some tests months ago, it doesn't seem to be solved by using an IP on store wifi. so i'm not really sure