ExtensionResource
class ExtensionResource
Twitch Helix Extensions API resource.
Provides methods for retrieving extension transactions.
Note: This resource returns lists directly rather than Page/Flow because transactions are scoped to a specific extension and can be filtered by transaction IDs. The typical use case is fetching known transactions rather than iterating an unbounded collection, making auto-pagination unnecessary.
See also
Functions
Link copied to clipboard
suspend fun getTransactions(extensionId: String, ids: List<String> = emptyList(), first: Int = 20, after: String? = null): List<ExtensionTransaction>