-
I'd love to determine auction tendencies in terms of how often the nominating team ends up winning the nominated player. Any chance you could add this attribute (i.e. nominating team) to the Pick class so that for any player you can find the team who nominated the player? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Hey @ctmarxen I'm not 100% familiar with auction drafts (only have experience with auction waiver wire) and currently not part of one. I would love to help and see if this can be added to the Pick class. Would you be able to get a sample of the draft data? There are two ways you could get the data
The first option would be the easiest because in debug mode it will print out all API calls made with their response objects so its a little harder to parse logs. |
Beta Was this translation helpful? Give feedback.
Hey @ctmarxen I'm not 100% familiar with auction drafts (only have experience with auction waiver wire) and currently not part of one. I would love to help and see if this can be added to the Pick class.
Would you be able to get a sample of the draft data? There are two ways you could get the data
picks
objectmDraftDetail
The first option would be the easiest because in debug mode it will print out all API calls made with their response objects so its a little harder to parse logs.