go get github.com/famendola1/yflib
The Yahoo offical documentation for their Fantasy Sports API is not comprehensive and incomplete, despite being the offical. For a more complete overview of the supported endpoints, see the README.
The functionality of this package require the use of a *http.Client
that is configured for the Yahoo Fantasy API endpoint. You can use the github.com/famendola1/yauth package to configure a *http.Client
to use.
If you's like to add functionality to this library, feel free to submit a PR 🙂