mirror of
https://github.com/bronson-g/baseball-api.git
synced 2025-12-24 05:07:42 -05:00
20 lines
279 B
Plaintext
20 lines
279 B
Plaintext
account.create
|
|
|
|
league.create
|
|
league.invite
|
|
league.getMembers (incl role)
|
|
|
|
member.requestToJoin
|
|
member.getLeagues
|
|
|
|
leagueMember.getTeam
|
|
|
|
draft.pick
|
|
draft.getTurn
|
|
|
|
team.getPlayers (incl position, stats, injury)
|
|
|
|
notification.create
|
|
|
|
|
|
start with creating an account and logging in. |