execute

# execute


abstract suspend fun execute(apiRequest: ApiRequest): MIRACLResult<String, HttpRequestExecutorException>

Executes HTTP requests.

# Return

MIRACLResult<String, HttpRequestExecutorException> which can be either:

# Parameters

apiRequest provides the required information for processing the HTTP request.