We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FriendRequest: (user_id, friend_id)
and also: POST sendrequest - BODY: {user_id: 123, user_id: 456} GET getrequest/user_id RETURN: {frind_name: mike, friend_request_id: 111} POST acceptrequest/friend_request_id BODY: {}
The text was updated successfully, but these errors were encountered:
basic structure created. commit 2186df0
Sorry, something went wrong.
catherinettt
No branches or pull requests
FriendRequest: (user_id, friend_id)
and also:
POST sendrequest - BODY: {user_id: 123, user_id: 456}
GET getrequest/user_id RETURN: {frind_name: mike, friend_request_id: 111}
POST acceptrequest/friend_request_id BODY: {}
The text was updated successfully, but these errors were encountered: