Skip to content

Instantly share code, notes, and snippets.

@longdog
Created March 16, 2017 13:49
Show Gist options
  • Save longdog/5deeaa82a00c98dcecfa7b2e2af9644c to your computer and use it in GitHub Desktop.
Save longdog/5deeaa82a00c98dcecfa7b2e2af9644c to your computer and use it in GitHub Desktop.
POST /api/v1/users - login/regisrer
GET /api/v1/users/123 - return user 123
PUT /api/v1/users/123 - update user 123 data
GET /api/v1/users?team=1 - return players of team 1
GET /api/v1/teams
GET /api/v1/teams/1
GET /api/v1/teams
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment