Method | Description | |
---|---|---|
JSONRequest ( string method, string url, List |
Performs a JSON based REST request
|
|
StandardRequest ( string method, string url, List |
Most common way to talk to the server
|
|
makeHttpRequest ( string method, string url, List |
Generate a HTTP Request object with the specified options
|
|
makeRequest ( string method, string url, List |
Performs a basic REST operation
|
public JSONRequest ( string method, string url, List |
||
method | string | |
url | string | |
options | List |
|
contentType | string | |
return | List |
public StandardRequest ( string method, string url, List |
||
method | string | |
url | string | |
options | List |
|
contentType | string | |
return | List |
public makeHttpRequest ( string method, string url, List |
||
method | string | |
url | string | |
options | List |
|
return |
public makeRequest ( string method, string url, List |
||
method | string | |
url | string | |
options | List |
|
ContentType | string | |
accept | string | |
return | List |