-
-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Server-side photo unselection #306
Closed
Labels
Comments
teolemon
changed the title
Server-side photo unselection https://openfoodfacts.github.io/api-documentation/#jump-4WRITERequests-Deselectingaphoto
Add Server-side photo unselection
Nov 29, 2021
@teolemon Not very verbose, is it? |
1 task
thanks @monsieurtanuki , filed a documentation task at openfoodfacts/api-documentation#49 with the proper route |
monsieurtanuki
added a commit
to monsieurtanuki/openfoodfacts-dart
that referenced
this issue
Dec 14, 2021
Impacted files: * `api_addProductImage_test.dart`: new test about "unselect product image" * `openfoodfacts.dart`: new method `unselectProductImage` * `ProductImage.dart`: minor unrelated refactoring
monsieurtanuki
added a commit
to monsieurtanuki/openfoodfacts-dart
that referenced
this issue
Dec 14, 2021
Impacted files: * `api_addProductImage_test.dart`: added `User user` parameters when needed * `openfoodfacts.dart`: added `User user` parameter to WRITE methods; added ending commas
monsieurtanuki
added a commit
that referenced
this issue
Dec 15, 2021
…methods (#319) Impacted files: * `api_addProductImage_test.dart`: new test about "unselect product image"; refactored - added `User user` parameters when needed * `openfoodfacts.dart`: new method `unselectProductImage`, added `User user` parameter to WRITE methods, added ending commas * `ProductImage.dart`: minor unrelated refactoring
Closed
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What
Add Server-side photo unselection
https://openfoodfacts.github.io/api-documentation/#jump-4WRITERequests-Deselectingaphoto
Part of
The text was updated successfully, but these errors were encountered: