openfoodfacts-nodejs icon indicating copy to clipboard operation
openfoodfacts-nodejs copied to clipboard

Official Node package for Open Food Facts

Results 22 openfoodfacts-nodejs issues
Sort by recently updated
recently updated
newest added

Bumps [openapi-typescript](https://github.com/drwpow/openapi-typescript/tree/HEAD/packages/openapi-typescript) from 6.7.4 to 6.7.5. Release notes Sourced from openapi-typescript's releases. [email protected] Patch Changes #1535 48ca069fd889acd469955589ff3ec74e775ca9fd Thanks @​tvanier! - Support single operation parameter #1524 fe6c6d1526c59e4f9021d71cad74feba315f337f Thanks @​WickyNilliams! - Keep...

dependencies
JavaScript

Bumps [chai](https://github.com/chaijs/chai) from 4.3.10 to 5.1.0. Release notes Sourced from chai's releases. v5.1.0 What's Changed Remove useless guards and add parentheses to constuctors by @​koddsson in chaijs/chai#1593 Cleanup jsdoc comments...

dependencies
JavaScript

Bumps [@types/node-fetch](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node-fetch) from 2.6.9 to 2.6.11. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node-fetch&package-manager=npm_and_yarn&previous-version=2.6.9&new-version=2.6.11)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...

dependencies
JavaScript

Migrating to TypeScript, I had to delete tests as they were not working anymore. We should reintroduce them. ### Story - ### Part of - (Insert Story issue number here)

test

### What Updated the project architecture, how the package is exported / constructed and his dependencies ### Fixes bug(s) - ts-standard full validation - no ts error from wrong fetch...

### What The npm package corresponding to this repo is not up to date to the latest development. See [here](https://www.npmjs.com/package/openfoodfacts-nodejs) for more info. ### Steps to reproduce the behavior: 1....

🐛 bug
🎯 P0

### What - Require a custom user agent to use the SDK - Using the SDK and the API in general will remain as of today: free and accessible for...

✨ enhancement

The test suite is named 'country' which seems random. I assume something like 'OFF Test' or 'API Test' would be more appropriate.

🐛 bug
test

Problem: Tests are randomly failing because of POST/PUT/DELETE requests and the running time is really long. Solution: Check the resolved URL instead of making HTTP requests.

refactor

Create method `getProductsByLabel(label)`. It must work for the following endpoint: - https://en.wiki.openfoodfacts.org/API#Individual_label

✨ enhancement