ClientService
interface ClientService
Service for making requests to the middleware server.
Functions
Link copied to clipboard
abstract suspend fun request(route: OriginalRoute, preConfiguredQueries: Map<String, String>, preConfiguredHeaders: Map<String, String>, preConfiguredBody: JsonObject?): OriginalResponse
Makes a request to the middleware server.
Link copied to clipboard
Validates an API by making a request to the base URL.
Link copied to clipboard