bjedrzejewski / chessmates

Statistics for your Lichess team
1 stars 3 forks source link

Tidy up api a little #57

Open janakerman opened 7 years ago

janakerman commented 7 years ago

Suggestions

Get league table for SL

/league/table -> /api/table/league

Get all players for SL

/players -> /api/players

Get all games for SL

/games -> /api/games

Example future APIs

Get full cross table for SL team

/api/table/cross

1) Add /api/ prefix as suggested by @bjedrzejewski 1) Consider adding versioning?