WebManager.getRequest

Creates a GET request and deserializes the response as json.

class WebManager
T
getRequest
(
T
)
(
string id
,
string call
,
string[string] parameters
)

Parameters

id string

The id of the request.

call string

The graph api call of the request.

parameters string[string]

The parameters associated with the request.

Return Value

Type: T

Returns the deserialized json object.

Meta