call
fun call(endPoint: String, params: Map<String, Any> = emptyMap(), method: Methods = Methods.POST): CallResponse(source)
Executes an API call.
Return
A CallResponse object.
Parameters
end Point
The REST endpoint path. (e.g. shorten
, expand
, etc.)
params
The request parameters key/value map.
method
The submission Method.