Skip to content

Commit

Permalink
enh: stats endpoint supports startDate and endDate parameters
Browse files Browse the repository at this point in the history
ver: 1.8.1
  • Loading branch information
toddrob99 committed Nov 1, 2024
1 parent 8fa2397 commit e949dcd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions statsapi/endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -988,6 +988,8 @@
"fields",
"personId",
"metrics",
"startDate",
"endDate",
],
"required_params": [["stats", "group"]],
"note": "If no limit is specified, the response will be limited to 50 records.",
Expand Down
2 changes: 1 addition & 1 deletion statsapi/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env python

VERSION = "1.8"
VERSION = "1.8.1"

0 comments on commit e949dcd

Please sign in to comment.