Skip to content

Commit e949dcd

Browse files
committed
enh: stats endpoint supports startDate and endDate parameters
ver: 1.8.1
1 parent 8fa2397 commit e949dcd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

statsapi/endpoints.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -988,6 +988,8 @@
988988
"fields",
989989
"personId",
990990
"metrics",
991+
"startDate",
992+
"endDate",
991993
],
992994
"required_params": [["stats", "group"]],
993995
"note": "If no limit is specified, the response will be limited to 50 records.",

statsapi/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env python
22

3-
VERSION = "1.8"
3+
VERSION = "1.8.1"

0 commit comments

Comments
 (0)