Skip to main content

mlb_api/requests/all_star/
mod.rs

1//! Unimplemented as you can only get data as the ASG is ongoing.
2//!
3//! ...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.
4
5pub mod ballot;
6pub mod final_vote;
7pub mod write_ins;