MattKraatz / GameNightBuddy

Manage your game night history and statistics with this companion built in Angular
https://gamenightbuddy.com
2 stars 0 forks source link

WebAPI Endpoints #31

Closed MattKraatz closed 7 years ago

MattKraatz commented 7 years ago

Root Path

api/v1/

game-nights

GET: / GET: /my/{userId} GET: /{nightId} POST: /{nightId}/members POST: /{nightId}/games POST: /

games

GET: /my/{userId} POST: /

user

GET: {userId} POST: '/' PUT: /

matches

POST: /