IgdbClient

Creates a IgdbClient with the specified block configuration.

Sample:

val client = IgdbClient(IgdbOkhttpClient) {
httpClient {
callFactory = <okhttp call.factory>
}

twitchAuth {
clientId = <Twitch OAuth app Client ID>
clientSecret = <Twitch OAuth app Client Secret>
}
}