How do we define the endpoints?
Closed this issue · 1 comments
Mpellet771 commented
I think I understand the endpoints, but this command:
game_list = mlbapi.game([parameters])
Gets me this error:
game_list = mlbapi.game('ALS')
AttributeError: module 'mlbapi' has no attribute 'game'
mlbapi.schedule works but no other endpoints. What am I missing?
Mpellet771 commented
I moved this question to the discussion forum.