whatadewitt / yahoo-fantasy-sports-api

NodeJS wrapper for the Yahoo! Fantasy Sports API
https://yahoo-fantasy-node-docs.vercel.app/
MIT License
192 stars 52 forks source link

Support for adding and dropping players #87

Open simonbilskyrollins opened 2 years ago

simonbilskyrollins commented 2 years ago

TransactionsCollection has methods for adding and dropping players, but they are currently commented out. I tried uncommenting the code and worked through a couple API errors, but ultimately could not get past a "String could not be parsed as XML" error message from the Yahoo API—even though the constructed XML data appears to be perfectly valid and to match the spec from https://developer.yahoo.com/fantasysports/guide/.

Is there any path towards fixing up these methods, or is the issue on Yahoo's end? I'd be happy to help with changes to this library.

whatadewitt commented 2 years ago

Oh my god I totally missed this... it's been a busy time.

I feel as though I've asked about this in the past... I will have to search my inbox for anything I have on it...