WebManager

A web manager.

Constructors

this
this(FacebookService service)

Creates a new web manager.

Members

Functions

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

Creates a GET request and deserializes the response as json.

getRequestRaw
T getRequestRaw(string rawUrl)

Gets a raw GET request and deserializes it as json.

postRequest
T postRequest(string id, string call, string[string] parameters)

Creates a POST request and deserializes the response as json.

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

Gets a raw POST request and deserializes it as json.

Meta