CMPUT404 / socialdistribution

A distributed social network
http://socshizzle.divshot.io
Apache License 2.0
0 stars 2 forks source link

Unfriending API Call #183

Closed mraypold closed 9 years ago

mraypold commented 9 years ago

The wiki specifies a DELETE /friendrequest call that has not been implemented.

Current implementation is to call DELETE /author/:author_id/follow/:friend_id to unfriend locally. There is no external endpoint for this action.