Active Lineup/Benched #231
Answered
by
dtcarls
williamirick
asked this question in
ESPN API
-
First, want to say thank you for all the work that has already been put into this. Second, I am not sure if I am missing it. Is there anyway to see if a player is currenty benched or in the starting lineup for whatever team? I don't really have any code to show at the moment as I am still exploring/planning. |
Beta Was this translation helpful? Give feedback.
Answered by
dtcarls
Sep 7, 2021
Replies: 1 comment 8 replies
-
To get starters (assuming you have the lineup loaded into the lineup var in this example): |
Beta Was this translation helpful? Give feedback.
8 replies
Answer selected by
cwendt94
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To get starters (assuming you have the lineup loaded into the lineup var in this example):
if lineup.slot_position != 'BE' and lineup.slot_position != 'IR'