Games
Stream games by IDs
Creates a stream of games from an arbitrary streamId, and a list of game IDs. The stream first outputs the games that already exists, then emits an event each time a game is started or finished. Games are streamed as ndjson. Maximum number of games: 500 for anonymous requests, or 1000 for OAuth2 authenticated requests. While the stream is open, it is possible to add new game IDs to watch.
post/api/stream/games/{streamId}
Path parameters
streamIdstring required
Arbitrary stream ID that you can later use to add game IDs to the stream.
Example:myAppName-someRandomId
Response
The stream of the games matching the requested IDs.