Méthode | Description | |
---|---|---|
GetUri ( string url ) : |
Add OAuth signing to a requests but returns the Url instead of executing the request.
|
|
GetUri ( string url, object queryParameters ) : |
Add OAuth signing to a requests but returns the Url instead of executing the request.
|
|
MakeRequest ( string httpMethod, string url, object arguments ) : |
Add OAuth signing to requests and executes the request.
|
|
OAuthRestClient ( |
Instantiate a new OAuthRestClient
|
public GetUri ( string url ) : |
||
url | string | Url to execute the request against. |
Résultat |
public GetUri ( string url, object queryParameters ) : |
||
url | string | Url to execute the request against. |
queryParameters | object | Query arguments |
Résultat |
public MakeRequest ( string httpMethod, string url, object arguments ) : |
||
httpMethod | string | HTTP Verb (GET, POST, PUT, DELETE) |
url | string | Url to execute the request against. |
arguments | object | Query arguments |
Résultat |
public OAuthRestClient ( |
||
credentials | OAuth credentials to use when signing requests. | |
baseUrl | string | Url needed when accessing building URLs for /// accessing the OAuthCredentialService |
Résultat | System |