ApiClient
Functions
Link copied to clipboard
Executes endpoint, discarding any response body.
Link copied to clipboard
abstract suspend fun <T> request(endpoint: NetworkEndpoint, body: Any?, bodyType: TypeInfo?, responseType: TypeInfo): T
Executes endpoint, optionally sending body (described by bodyType), and decodes the response into responseType.
Link copied to clipboard