-
Notifications
You must be signed in to change notification settings - Fork 0
Poposed API
/api/
/users
-
/current
Get current user
-
/:user
Get profile of user with username
-
/friends
Get list of current user's friends
-
/users
[possibly deprecated] Get all users
-
/
Register new user
-
/login
Login
-
/request/:user
Request to be friends with user with username
-
/accept/:user
Accept friend request from user with username
-
/current
Update current user
-
/friend/:user
Remove friend with username from list of current user's friends
/wishes
-
/
Get current user's wishes
-
/claimed
Get wishes claimed by current user
-
/:user
Get wishes of user with username
-
/
Add wish of current user
-
/claim/:wish
Claim wish with id
-
/unclaim/:wish
Unclaim wish with id
-
/:wish
Update wish with ID
-
/:wish
Remove wish from current user's wishes
/groups
-
/
Get groups with current user
-
/
Add group
-
/:group/users/:user
Add user to group
-
/:group
Update group with id
-
/:group
remove group