Added a set_displayname and put function (#18)
* Added set_displayname to allow the client to set their display name * Added call to set the user_id when login succeeds * Added another put function for the requests that respond with bodies. Such endpoints may stop sending back responses since PUTs should not send back data in the body of the response to a successful request. fixes #12
Please register or sign in to comment