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

Search subresource not working? #35

Closed bflopez closed 7 years ago

bflopez commented 7 years ago

When I put in something in the search field on http://yfantasysandbox.herokuapp.com/collection/players/leagues it does not make a difference. Is this a problem with the API or the node module?

whatadewitt commented 7 years ago

Just verifying... you are logged in... right?

bflopez commented 7 years ago

Yep logged in. I assume its the yahoo API not working correctly but not sure.

whatadewitt commented 7 years ago

This indeed is a bug. Mentioned what I'm doing on the other thread... should be fixed tonight...

whatadewitt commented 7 years ago

... oh jesus... the API isn't broken... my damn sandbox app has "seach" as the subresource name instead of "search"... so it should be working... just not in my sandbox...

bflopez commented 7 years ago

Haha alright sounds good! I have been working off your sandbox. I git cloned it and have been hacking at it understanding the API itself.

whatadewitt commented 7 years ago

That's it's intended purpose, but I did write it a few years ago, so it may not be ideal! Glad to see it's being used! Reach out if there are any questions!