docs: add image addition documentation and examples#447
docs: add image addition documentation and examples#447techakash32 wants to merge 2 commits intoopenfoodfacts:developfrom
Conversation
|
|
Hi @teolemon! I've opened this PR to address issue #55 — documenting the image addition feature in the Python SDK. Here's a summary of what I've changed:
Since you originally opened issue #55, could you please review the changes and let me know if anything needs to be corrected or improved? I want to make sure everything accurately reflects the actual API behavior. Thank you! |
There was a problem hiding this comment.
Using AI and then committing unrelated files without checking is direspectful of reviewer time
There was a problem hiding this comment.
Sorry for committing unrelated files and relying on AI without properly reviewing the changes. I’ll make sure to check my commits carefully before pushing in the future.



Description
feature in the Python SDK. The
add_imagemethod existedin the codebase but had no documentation or usage examples.
Solution
Added a new
### Add an image to a productsection indocs/usage.mdwith:image_fieldvalues explainedfront_en,ingredients_fr)Updated
README.mdwith:Upload images to a productin the description bulletsadd_imageexample in the Examples sectionRelated issue(s)