shotvibe / shotvibe-web

ShotVibe REST API webservice
1 stars 0 forks source link

Add REST endpoint for the user to request to leave an album #13

Closed benny-shotvibe closed 11 years ago

benny-shotvibe commented 11 years ago

We need to decide what the url should be, and we need a new view for this

prudnikov commented 11 years ago

I think /albums/PK/leave/ should be fine.

benny-shotvibe commented 11 years ago

Ok, so just a POST request with an empty body, right?

prudnikov commented 11 years ago

Yes, empty POST request to /albums/PK/leave/ and response 204 No Content in case of success. This will remove currently authenticated user from the requested album.

benny-shotvibe commented 11 years ago

Implemented in 4c286193c2a87c1b9a260df0c6db50dffff32dea