-
Notifications
You must be signed in to change notification settings - Fork 0
API
Gregory Hanson edited this page Nov 1, 2017
·
10 revisions
prefix: /api
prefix: /profiles
Add user with username as friend to current user
Remove friendship with user with username
Request to be friends with user with username
Accept friendship request from user with username
Get user with id
Get friends of current user
Get all users
Update user with id
Login user
Errors:
401: Wrong Username/Password Combination
Register user
Errors:
409: Username taken
406: Password restrictions not met
prefix: /wishes
Get wishes of current user
Get wishes of user
Get claimed wishes of current user
Add wish of current user
Claim wish with id
Unclaim wish with id
Remove wish with id