executeWithJson

Execute the request with the specified object as json. May not be used in GET requests.

Return

Response

Parameters

body

The request body


open fun executeWithJson(gson: Gson, body: Any): Http.Response

Execute the request with the specified object as json. May not be used in GET requests.

Return

Response

Parameters

gson

Gson instance

body

The request body