You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: