Skip to content

Commit

Permalink
updates README with correct method signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyjs committed Oct 15, 2023
1 parent 6b8209a commit 53a5ec3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ client.players.get_player_stats(person_id=8477949, season="20222023", stat_type=
client.schedule.get_schedule(season="20222023")

# Get Todays Games
client.schedule.get_schedule()
client.schedule.get_schedule(season="20222023")
client.schedule.get_schedule(date="2021-10-01")
client.schedule.get_schedule(season="20222023", team_id=7)

# Games
client.games.get_game_types()
Expand Down

0 comments on commit 53a5ec3

Please sign in to comment.