ApiExecutor

class ApiExecutor(context: Context)

Shared API execution logic to avoid code duplication between ApiWorker and LinkRunner

Constructors

Link copied to clipboard
constructor(context: Context)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
suspend fun executeApiCall(apiMethod: String, parameters: Map<String, Any>): Boolean

Execute an API call based on the method and parameters