zero-sum-seattle / python-mlb-statsapi

Python Wrapper for the MLB's Official Stats API
MIT License
41 stars 10 forks source link

Draftapiupdate #198

Closed KCNilssen closed 1 year ago

KCNilssen commented 1 year ago

Why

Fixes Issue #197 which created a missing attribute made by an update in the MLB Api.

What

DraftPick was updated to include a new attribute

displaypicknumber : int
    The overall pick number displayed.

Mock json was also update to reflect this update. Version and readme updated.

Tests

External and mock tests both ran and passed.

Risk and impact

Normal