Hey Twitch Devs,
Thanks for making your platform available to the world! All your endpoints are great and meets all my needs.
I noticed that when I try to call https://api.twitch.tv/helix/videos/?user_id=<user_id>&game_id=<game_id>
it throws a nag saying Must provide only one of the following query params: user ID, game ID, or one or more video IDs.
But it doesn’t throw a nag for live streams https://api.twitch.tv/helix/streams?user_id=<user_id>
In the forums, some devs argue that a video could have multiple games, etc. In that case, why not just return an array of game ids for the /helix/videos/
endpoint? Or better just let us search by both game_id and user_id?
Thanks!