-
Notifications
You must be signed in to change notification settings - Fork 378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need streams?game to support comma delimited list #56
Comments
|
Is there an ETA on when this feature will be coming? |
|
We don't have a real ETA for this because this feature is being blocked by some database issues. Sorry! This is a feature we want to deploy though, so as soon as blocking issues are resolved, we'll get this live. |
|
We use to support comma delimited game names, but removed it when game names started containing commas. We're planning on allowing you to query multiple games at once somehow, but we're still figuring out the best method. |
|
Any updates on this? This would be a great help in lowering request times. |
|
+1 |
1 similar comment
|
+1 |
|
Been over 2 years now... any updates? |
|
Could you do something like this? This functionality would come in great handy for me @_@ |
|
Why not accept an array of games in the parameters? Like this: That would fix any issues with games being named a certain way. This functionality would be extremely helpful. |
|
It would make more sense to be able to request the information based off the twitch game id rather than the names, that way the mapping can always be a 1:1 for outside users, and a 1:many for the various spellings of the game name. (Allowing for a comma separated list would also be nice.) (This would also be nice to apply to users as well, to get around renaming issues) |
|
Yeah, that would be great too, Tourny. Just something to add this functionality back in. |
|
I'm also looking for a feature like this. Any recent updates? |
|
Another year, another bump for this feature |
|
This belongs to https://discuss.dev.twitch.tv and not an inactive bug tracker for obsolete API documentation, if you want to really get Twitch to kniw about the need. |
https://github.com/justintv/Twitch-API/blob/master/resources/streams.md
The "https://api.twitch.tv/kraken/streams" supports calling of multiple channels with:
GET /streams?channel=incredibleorb,incontroltv
This works great, however the calling of games with:
GET /streams?game=Diablo+III
Does not support multiple games. It can only query for one game at a time. Would it be possible to get the game parameter to support a comma delimited list similar to how the channel parameter works?
The text was updated successfully, but these errors were encountered: