01-01-2024, 05:38 PM
(12-31-2023, 10:46 PM)ubergoober Wrote: updated link. Hope it works: https://drive.google.com/file/d/1G85Yped...sp=sharing
Hi,
nice, I also had thought of making one, lots of fun :-)
Just a comment by a pedantic developer: as a rule of thumb, the endpoints that modify statuses (like CONSUME), or perform actions (like PLAY, or CLEAR) should use the POST verb, not GET - which is instead valid for all the endpoints that just return information, without modifying/executing anything (like LSPLAYLISTS => available playlists, or VOLUME => current volume level).