zero-sum-seattle / python-mlb-statsapi

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

Adds Violation Class to PlayDetails. Fixes Issue #204 #205

Closed KCNilssen closed 3 months ago

KCNilssen commented 3 months ago

Why

Fixes issue #204. There is a new field within PlayDetails called violation that was causing issues.

What

Added new field violation class and updated tests to check for this.

Tests

Ran and passed without issue

Risk and impact