Deletion of the `POST /api/{api}/deliveries` endpoint
Stephan202 opened this issue ยท 2 comments
Stephan202 commented
Hi @MRVDH! Just a heads-up: Picnic plans to drop (without replacement) the POST /api/{api}/deliveries
endpoint in the coming 1-2 weeks, thereby dropping support for PicnicClient.getDeliveries(false)
.
(The POST /api/{api}/deliveries/summary
endpoint remains functional.)
MRVDH commented
@Stephan202 that's great info! I will release a fix for this somewhere within the next 1-3 weeks, thanks! ๐
MRVDH commented
@Stephan202 I've opened up a PR that I will merge tomorrow, with this change in it. #6
PS. Out of curiosity, I am unable to find the GET /product/{product_id}
route in the decompiled android code. Any idea if this was renamed, obfuscated or deprecated in some way, if you are at liberty to share of course. ๐