WebManager.getRequestRaw

Gets a raw GET request and deserializes it as json.

class WebManager
T
getRequestRaw
(
T
)
(
string rawUrl
)

Parameters

rawUrl string

The url of the GET request.

Return Value

Type: T

Returns the deserialized json object.

Meta