Football Team Free agent Budget attribute #623
-
In the team class there is free agent budget spent, this would imply that the teams current free agent budget is available at some level, Can we have an attribute free_agent_budget_remaining? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
That would make sense. I am currently not in a league that uses budget for free agents so I don't know what field it would be in. The budget spent field is in the teams transactionCounter field which has these fields for my league
|
Beta Was this translation helpful? Give feedback.
-
I would think that I could synthesize what I’m after with the budget spent and paid values. Are these available through the api currently or does some work need to be done to expose them? I’m certainly not qualified to do the work but I’m happy to try.
…On Jan 2, 2025 at 1:40 PM -0500, Christian Wendt ***@***.***>, wrote:
That would make sense. I am currently not in a league that uses budget for free agents so I don't know what field it would be in. The budget spent field is in the teams transactionCounter field which has these fields for my league
acquisitionBudgetSpent: 0
acquisitions: 37
drops: 39
misc: 0
moveToActive: 79
moveToIR: 4
paid: 0
teamCharges: 0
trades: 2
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I’m in a public league ID: 549179. This is huge help to me as it’s a dynasty league with much of the assets tracked offline with the use of spreadsheets and scripts. Thank you.
…On Jan 3, 2025 at 11:22 AM -0500, Christian Wendt ***@***.***>, wrote:
I think the only one missing is paid which I can easily add. Are you in a public or private league? I could possibly check out your league and see if I can find the field that actually have how much budget you have left. Also if your in a private league I could point you to your leagues API url which would return raw JSON data that I can look at as well.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
acquisition_budget
field now added in v0.44.1!