MRVDH / picnic-api

Unofficial and unaffiliated Node.js npm package as a wrapper for the API of the online supermarket Picnic.
MIT License
50 stars 7 forks source link

getArticle endpoint, QuantityDecorator #8

Closed yorickvP closed 1 year ago

yorickvP commented 1 year ago

I've added the replacement for the getProduct endpoint. For semver, you could release this as v2.1 (feature upgrade), and then release a v3.0 without any of the old product types (backwads-incompatible).

MRVDH commented 1 year ago

Awesome! I think I will have time to merge this on Thursday. How did you discover the usage of the new route btw? Frida?

yorickvP commented 1 year ago

Great!

I github code searched on storefront-prod.nl.picnicinternational.com and found https://github.com/Repsay/supermarket-mobile-api-connector/commit/26368822860a45d1bf1cc967df9c270803b72a2b

MRVDH commented 1 year ago

Thanks again @yorickvP 😄