-
Notifications
You must be signed in to change notification settings - Fork 1
Api
Sema Putnikov edited this page May 23, 2019
·
1 revision
GET /api/gameGET /api/game/$id<[0-9]+>POST /api/gamePUT /api/game/$id<[0-9]+>DELETE /api/game/$id<[0-9]+>
GET /api/userGET /api/user/$id<[0-9]+>POST /api/userPUT /api/user/$id<[0-9]+>DELETE /api/user/$id<[0-9]+>
GET /claim/userGET /api/claim/$id<[0-9]+>POST /api/claimPUT /api/claim/$id<[0-9]+>DELETE /api/claim/$id<[0-9]+>
GET /claim/wishlistGET /api/wishlist/$id<[0-9]+>POST /api/wishlistPUT /api/wishlist/$id<[0-9]+>DELETE /api/wishlist/$id<[0-9]+>