0

YQL Transactions collection

Hi,

I am having trouble figuring out the call for league transactions using YQL.
I thought it would be something like this:
CODE
select * from fantasysports.leagues.transactions where league_key='nhl.l.xxxx'


Thank you,
Greg

by
1 Reply
  • QUOTE (Greg @ Oct 23 2010, 10:24 AM) <{POST_SNAPBACK}>
    Hi,

    I am having trouble figuring out the call for league transactions using YQL.
    I thought it would be something like this:
    CODE
    select * from fantasysports.leagues.transactions where league_key='nhl.l.xxxx'


    Thank you,
    Greg

    We don't have all of the resources implemented through the YQL interfaces -- transactions happen to be one of them. For right now, you'd likely be better off actually constructing the appropriate webservices request:

    CODE
    http://fantasysports.yahooapis.com/fantasy/v2/league/nhl.l.xxxx/transactions
    0

Recent Posts

in Fantasy Sports API