mlb-api 1.0.3

Endpoints for MLB's public Statcast API.
Documentation
1
2
3
4
5
6
7
//! Unimplemented as you can only get data as the ASG is ongoing.
//!
//! ...or it's privatized by a key, regardless, this allows easy automation of the ASG ballot and I do not want to cause an incident where people send 10k ballots by automating the request.

pub mod ballot;
pub mod final_vote;
pub mod write_ins;