executeApiCall

suspend fun executeApiCall(apiMethod: String, parameters: Map<String, Any>): Boolean

Execute an API call based on the method and parameters

Parameters

apiMethod

The API method to execute

parameters

The parameters for the API call

Throws

HttpException

for HTTP errors

for other errors