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

Documentation - roster resource incorrect #27

Closed kmudrick closed 7 years ago

kmudrick commented 7 years ago

It looks like the arguments to the roster resource are team key, then date:

https://github.com/whatadewitt/yfsapi/blob/master/resources/rosterResource.js#L9

But the documentation has an example with that reversed:

http://yfantasysandbox.herokuapp.com/resource/roster/players

image

whatadewitt commented 7 years ago

This should be fixed now.