View Source Sportradar (ExSportradar v0.1.2)

Main interface for the Sportradar streaming API. Provides functions for subscribing to match feeds and managing event streams.

Summary

Functions

Lists all active event managers for a match.

Subscribes to a match feed using default settings.

Subscribes to a match feed with custom options.

Subscribes to a match feed with a custom client and options.

Functions

list_match_managers(match_id)

Lists all active event managers for a match.

subscribe_to_match_feed(match_id)

Subscribes to a match feed using default settings.

subscribe_to_match_feed(match_id, request_opts)

Subscribes to a match feed with custom options.

subscribe_to_match_feed(client, match_id, request_opts)

Subscribes to a match feed with a custom client and options.