openfoodfacts-nodejs
openfoodfacts-nodejs copied to clipboard
Add support to list products for an individual label in the JavaScript SDK
Create method getProductsByLabel(label).
It must work for the following endpoint:
- https://en.wiki.openfoodfacts.org/API#Individual_label
i would love too work on it.
The endpoint documentation URL seems to be outdated. Is this the one we need to use?
I read we can use the "labels_tags" to filter by tags.
Sounds logical?
@TheMineWay yes it's definitely a good idea to use the api v2 for this job !
I have just released a PR for this. Finally I used API v3 :)