mtslzr / srapi

Sports Reference API
MIT License
0 stars 0 forks source link

Filter Standings by Year and Improve Output #7

Closed mtslzr closed 5 years ago

mtslzr commented 5 years ago

Need to add option to filter Standings and Teams endpoints by year (default to current year).

mtslzr commented 5 years ago

Filtering teams by year makes little sense. GetTeams covers currently active franchises (and could be expanded into defunct franchises), but yearly GetTeams would simply be GetStandings, minus the standings.

Altering this scope to cover Standings by Year and a more robust standings result (wins, losses, position, etc.).

mtslzr commented 5 years ago

Completed by #51.