getMultipleTwitchData

By following a passed URL, queries Twitch servers for an array of entities (such as users or channels).

Note: Must be called from inside a Fiber.

version(TwitchSupport && WithTwitchPlugin)
package
getMultipleTwitchData
(,
const string url
,
const string caller = __FUNCTION__
)

Parameters

plugin TwitchPlugin

The current TwitchPlugin.

url string

The URL to follow.

caller string

Name of the calling function.

Return Value

Type: auto

A JSONValue of type array containing all returned entities, over all paginated queries.

Throws

UnexpectedJSONException on unexpected JSON received.