Create API view to request friendship #95
Labels
backend
Task must have a back end issue
difficulty::easy
This issue is easy
priority::medium
This issue is medium priority
Create an API view which takes the id of a user and creates an instance of the
Friendship
model with the currently logged in user as requester, and the user corresponding to the given id as the receiver.The text was updated successfully, but these errors were encountered: