WebManager.postRequestRaw

Gets a raw POST request and deserializes it as json.

class WebManager
T
postRequestRaw
(
T
)
(
string rawUrl
,
string[string] data
)

Parameters

rawUrl string

The url of the POST request.

data string[string]

The data of the POST request.

Return Value

Type: T

Returns the deserialized json object.

Meta