Метод | Описание | |
---|---|---|
ExecuteApiCall ( string apiUrl, IList |
Performs an api call on the specified URL
|
|
ExecuteOAuthApiCall ( string apiUrl, IList |
Performs an OAuthed api call with the specified access token
|
Метод | Описание | |
---|---|---|
BuildGetUrl ( string apiUrl, IList |
Builds a GET URL based on the specified api URL and the passed in parameters
|
|
ConvertRequestMethod ( RequestMethod method ) : Method | ||
CreateExtApiCallResult ( |
||
HandleWebException ( |
protected BuildGetUrl ( string apiUrl, IList |
||
apiUrl | string | |
parameters | IList |
|
Результат | string |
protected ConvertRequestMethod ( RequestMethod method ) : Method | ||
method | RequestMethod | |
Результат | Method |
protected CreateExtApiCallResult ( |
||
response | ||
Результат | ExtApi.Engine.Data.ExtApiCallResult |
public ExecuteApiCall ( string apiUrl, IList |
||
apiUrl | string | |
parameters | IList |
|
method | RequestMethod | |
username | string | |
password | string | |
Результат | ExtApi.Engine.Data.ExtApiCallResult |
public ExecuteOAuthApiCall ( string apiUrl, IList |
||
apiUrl | string | |
parameters | IList |
|
method | RequestMethod | |
consumerKey | string | |
consumerSecret | string | |
accessToken | string | |
tokenSecret | string | |
Результат | ExtApi.Engine.Data.ExtApiCallResult |
protected HandleWebException ( |
||
ex | ||
Результат | ExtApi.Engine.Data.ExtApiCallResult |