You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Query params are startTimecode and endTimecode with lower case c, but required params are listed as startTimeCode and endTimeCode with upper case C.
The API accepts either way, but the wrapper does not make the API call, because it discards unrecognized params if upper case C is used, and fails required param check if lower case c is used.
Use force=True for calls to game_diff endpoint until fix is released.
The text was updated successfully, but these errors were encountered:
v0.1.6
FIX: Required params for game_diff endpoint don't match query_params (case sensitivity) #31
NEW: Added batter 2b, 3b, hr, sb to box score data (but not formatted box score) and refactored box score code (thanks @rogerhcheng)
NEW: Wiki added to GitHub, documentation removed from source code including README
NEW: GitHub Sponsors button added to repository
Query params are
startTimecode
andendTimecode
with lower casec
, but required params are listed asstartTimeCode
andendTimeCode
with upper caseC
.The API accepts either way, but the wrapper does not make the API call, because it discards unrecognized params if upper case
C
is used, and fails required param check if lower casec
is used.Use force=True for calls to
game_diff
endpoint until fix is released.The text was updated successfully, but these errors were encountered: