jghibiki / mopey

A mopidy web client and api stack intended for a user request based music system. Will include a karma and user management system to help mitigate spam requests.
MIT License
1 stars 0 forks source link

Change Set Volume to be a post #47

Closed jghibiki closed 9 years ago

jghibiki commented 9 years ago

Set volume on the api is currently a GET, we should change this to a POST, as we are sending data to make a change.

jghibiki commented 9 years ago

When finished with bug, please update the SET_VOLUME endpoint configuration on main.js to reflect the changes.