get

suspend fun get(subUrl: String? = null, parameters: Map<String, String>? = null): Response

issues a get request returning a flow of it's response

Parameters

subUrl

endpoint url which getting appended to the url with /

parameters

query parameters which are encoded and appended to the url