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
Does the yahoo API support this? If so, would be awesome to see these methods implemented. I'm open to contributing that functionality once I understand the data model a bit better.
My past attempts to use their API have not been fruitful so it's great to see a working python SDK
EDIT: Looks like it is available as a method on the transaction resource
The text was updated successfully, but these errors were encountered:
This library, until now, has been read only so pretty much just uses GET options. But no reason it can't or shouldn't support some write operations like adding/dropping too. Would definitely welcome a contribution here!
If you check out the code in yahoofantasy/api/fetch.py you'll see the gist of what's going on - can probably either add a new file like write.py or (probably preferred) rename it to client.py and support both gets and posts/puts in there
Does the yahoo API support this? If so, would be awesome to see these methods implemented. I'm open to contributing that functionality once I understand the data model a bit better.
My past attempts to use their API have not been fruitful so it's great to see a working python SDK
EDIT: Looks like it is available as a method on the
transaction
resourceThe text was updated successfully, but these errors were encountered: