Igdb Endpoint
open class IgdbEndpoint<out R : Any>(val endpoint: String, val resultParser: (ApicalypseQuery, BufferedSource) -> R, val singleItemParser: (BufferedSource) -> Any? = null)
IGDB endpoints
https://api-docs.igdb.com/
Constructors
Link copied to clipboard
constructor(endpoint: String, resultParser: (ApicalypseQuery, BufferedSource) -> R, singleItemParser: (BufferedSource) -> Any? = null)