Method | Description | |
---|---|---|
CreateRequest ( string resource ) : System.Net.Request |
Creates a request for the specified resource.
|
|
CreateRequest ( string resource, object>.Dictionary |
Creates a request for the specified resource, with the specified query string arguments.
|
|
CreateRequest ( string resource, string args ) : System.Net.Request |
Creates a request for the specified resource, with the specified query string arguments.
|
|
Get ( string resource, object>.Dictionary |
Convenience method for issuing an HTTP GET request.
|
|
Get ( string resource, string args ) : System.Net.Response |
Convenience method for issuing an HTTP GET request.
|
|
RestClient ( string baseUrl ) : System |
Constructs a REST client for the specified base URL.
|
Method | Description | |
---|---|---|
QueryString ( object>.Dictionary |
public CreateRequest ( string resource ) : System.Net.Request | ||
resource | string | |
return | System.Net.Request |
public CreateRequest ( string resource, object>.Dictionary |
||
resource | string | |
args | object>.Dictionary | |
return | System.Net.Request |
public CreateRequest ( string resource, string args ) : System.Net.Request | ||
resource | string | |
args | string | |
return | System.Net.Request |
public Get ( string resource, object>.Dictionary |
||
resource | string | |
args | object>.Dictionary | |
return | System.Net.Response |
public Get ( string resource, string args ) : System.Net.Response | ||
resource | string | |
args | string | |
return | System.Net.Response |
public RestClient ( string baseUrl ) : System | ||
baseUrl | string | |
return | System |