legrosmanu / rest-api-squeezebox

This REST API is a translation of the slimserver / Logitech squeezebox server JSON RPC API.
Apache License 2.0
7 stars 1 forks source link

More options than /players & /mixer? #1

Closed KonstantinEger closed 6 years ago

KonstantinEger commented 6 years ago

I want to use this API for my own project but i think it has not enough functionality. Is there a way we could implement options for changing the playlist for example?

legrosmanu commented 6 years ago

Yes, it has not enough functionality. So thank you for your message, it give me desire to do more. I'll check if I could propose to change the playlist on the PATCH /players/{uuid}.

legrosmanu commented 6 years ago

I don't have a lot of time actually. I pushed patch /players/{uuid}/playlist and DELETE /players/{uuid}/playlist. It's just a beginning ;-)