post
abstract fun post(body: RequestBody?, endPoint: EndPoint.IEnumEndpoint, vararg params: String): PostRestApi(source)
Posts something to the API.
Return
The PostRestApi object.
Parameters
body
The body of the request.
end Point
The endpoint to post to.
params
The parameters to be added to the endpoint.
Pots something to the API.
Return
The PostRestApi object.
Parameters
body
The body of the request.
end Point
The endpoint to post to.