createRequest
ApiRequest
instance.
:::caution Important!
Always start composing the request with createRequest
method.
:::
contentType
FORM_URLENCODED
JSON
(default)MULTIPART_FORM_DATA
PLAIN_TEXT
header
path
pathParam
queryParam
body
bodyObject
formBody
method
DELETE
GET
HEAD
OPTIONS
PATCH
POST
PUT
TRACE
userName
password
create
ApiRequest
instance.
:::caution Important!
Always end composing the request with create
method.
:::