MikeBrink / python-picnic-api

Unofficial Python wrapper for the Picnic API.
Apache License 2.0
53 stars 17 forks source link

Get image helper #20

Closed daviddemeij closed 1 year ago

daviddemeij commented 1 year ago

Added helpers to retrieve the static image URL for recipes or products. Also added tests for both.

It took me a bit of time to figure out where the images are stored, so I figured it could help other people to include this in the repo.

Let me know if I should make any changes.

daviddemeij commented 1 year ago

I see I accidentally included these changes in my other PR already.