4ch1m / pixoo-rest

A RESTful API to easily interact with the Wi-Fi enabled Divoom Pixoo devices.
MIT License
258 stars 17 forks source link

Feature Request: POST GIF per URL #9

Closed Azathoth88 closed 1 year ago

Azathoth88 commented 1 year ago

It would be nice to be able to upload a GIF via a URL. That means: I enter a URL, the API downloads the image and forwards it to the Pixoo.

4ch1m commented 1 year ago

Hmmm... nice idea. However, I'd like to keep the implementation/features of the REST-API as simple as possible. Having to deal with the actual "download handling" (timeouts, caching, errors, etc.) would add additional complexity. Also, the pixoo-rest app would need to have internet access for this... which might not be a use case for everyone.

So... I'm closing this for now. Maybe more people will show interest for this in the future.

Thanks.