mkreiser / ESPN-Fantasy-Football-API

Connect to ESPN's fantasy football API via this JS API client for web and NodeJS. Available as an npm package.
http://espn-fantasy-football-api.s3-website.us-east-2.amazonaws.com/
GNU Lesser General Public License v3.0
304 stars 76 forks source link

Client missing from documentation? #153

Closed drusteeby closed 4 years ago

drusteeby commented 4 years ago

In the generated documentation here: http://espn-fantasy-football-api.s3-website.us-east-2.amazonaws.com/

There doesn't seem to be a page for Client. As Client is the starting point of any workflow, it makes it difficult to determine what calls to make and what the return signatures are without looking at the source.

mkreiser commented 4 years ago

Oh dang. That's my bad.

Fixing in https://github.com/mkreiser/ESPN-Fantasy-Football-API/pull/154. The docs site should redeploy once master is merged.

drusteeby commented 4 years ago

No problem, thanks for fixing! Just wanted to make sure the docs were as useful as possible!