-
-
Notifications
You must be signed in to change notification settings - Fork 404
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: knowledge API to specify which panels should be returned (#10701)
<!-- IMPORTANT CHECKLIST Make sure you've done all the following (You can delete the checklist before submitting) - [ ] PR title is prefixed by one of the following: feat, fix, docs, style, refactor, test, build, ci, chore, revert, l10n, taxonomy - [ ] Code is well documented - [ ] Include unit tests for new functionality - [ ] Code passes GitHub workflow checks in your branch - [ ] If you have multiple commits please combine them into one commit by squashing them. - [ ] Read and understood the [contribution guidelines](https://github.com/openfoodfacts/openfoodfacts-server/blob/main/CONTRIBUTING.md) --> ### What Added a `knowled_panels_included=x,y` and `knowled_panels_excluded=x,y` parameter to the API, to specify which panels should be in the response. ### Related issue(s) and discussion <!-- Please add the issue number this issue will close, that way, once your pull request is merged, the issue will be closed as well --> - Fixes #9369 --------- Co-authored-by: Pierre Slamich <[email protected]> Co-authored-by: Alex Garel <[email protected]>
- Loading branch information
1 parent
8041215
commit 384961a
Showing
18 changed files
with
6,635 additions
and
153 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.