RemoteRepository

class RemoteRepository : BasicHttpService

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open suspend override fun get(url: String, params: Map<String, String>, headers: Map<String, String>): Expected<HttpRequestError, ByteArray>
Link copied to clipboard
open suspend override fun post(url: String, body: ByteArray, headers: Map<String, String>): Expected<HttpRequestError, ByteArray>