2013-06-27 185 views

回答

0

你可以做这样的事情:

Twitch.api({ 
     method: 'streams', 
     params: { 
      game: 'League of Legends', 
      limit: 20 
     } 
    }, function(error, list) { 
     console.log(list) 
    });