Expand description
Different “sports”; MLB, AAA, AA, A+, A, Rookieball, etc.
Macros§
- sports_
hydrations - Creates hydrations for a sport
Structs§
- Sport
- A detailed
structrepresenting information about a sport (or Organized Baseball Level) - SportId
- A
u32representing the ID of the sport;SportId::MLB = 1 - Sports
Request - Returns a
SportsResponse - Sports
Request Builder - Use builder syntax to set the inputs and finish with
build(). - Sports
Response - A
VecofSports.