post

open override 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.

endPoint

The endpoint to post to.

params

The parameters to be added to the endpoint.