WildCardApiImpl
internal class WildCardApiImpl(authenticatedNetworkClient: AuthenticatedNetworkClient) : WildCardApi
Functions
Link copied to clipboard
open suspend override fun customRequest(httpMethod: <Error class: unknown class>, requestPath: List<String>, body: String?, queryParam: Map<String, String>, customHeader: Map<String, String>): NetworkResponse<String>