Independent-Designers-and-Engineers / stumble-server

NodeJS server for IDE's Stumbl app
https://stumble-server.herokuapp.com
4 stars 2 forks source link

Blocked Users List #11

Closed apwadkar closed 4 years ago

apwadkar commented 5 years ago

Route: /user/{id}/blocked

Description: Everything dealing with blocked users will be here. As per API docs on Postman, you will need to implement your respective endpoints. This is pretty similar to #10, so you can work with them on your task. A user must be authenticated and they must be the user requested.

@Shnazy: GET @C4Stupid: PUT

apwadkar commented 5 years ago

Rather than doing PUT, we'll be doing POST for create and DELETE for deletion.

Assignments are now: