How to get a team with players and their stats
Hello,
I am trying to get a team along with the roster and each players stats. I can use the YQL and get what I need using...
select* from fantasysports.teams.roster.stats where team_key = '273.l.73856.t.9'
How would I get the same thing using something like this?
http://fantasysports.yahooapis.com/fantasy/v2/team/273.l.73856.t.9/roster/stats
As far as i can tell, it does not look like there is a sub_resource to do this?
Also note.. if I try like this... http://query.yahooapis.com/v1/yql?q=select* from fantasysports.teams.roster.stats where team_key = "273.l.73856.t.9", i get an error of <!-- default "HTTP Version Not Supported" response (505) -->
Any thoughts? on getting either option working?
by
6 Replies