alfg / murmur-rest

:headphones: A RESTful API for administering virtual Mumble servers. Built with Flask and Ice.
https://github.com/alfg/murmur-rest
79 stars 34 forks source link

Make POST /servers/ return the server object instead of just the id. #9

Closed fwaggle closed 8 years ago

fwaggle commented 8 years ago

Instead of just returning the ID of the new server, pass it along to the get() function instead so we return all the details. In my use case, it saves an extra RPC call.

alfg commented 8 years ago

Awesome. 👍