Method | Description | |
---|---|---|
UrlEncode ( string value ) : string | ||
WebRequest ( Method method, string url, string postData ) : string | ||
WebResponseGet ( |
||
tpGetAuthorization ( string client_id, string client_secret, string email, string pwd, string &error_msg ) : bool | ||
tpGetFiles ( IList |
||
tpGetProfile ( string &error_msg ) : bool | ||
tpGetTasks ( IList |
||
tpGetWorkspaces ( IList |
Method | Description | |
---|---|---|
NormalizeRequestParameters ( IList |
protected NormalizeRequestParameters ( IList |
||
parameters | IList |
|
return | string |
public WebRequest ( Method method, string url, string postData ) : string | ||
method | Method | |
url | string | |
postData | string | |
return | string |
public WebResponseGet ( |
||
webRequest | ||
return | string |
public tpGetAuthorization ( string client_id, string client_secret, string email, string pwd, string &error_msg ) : bool | ||
client_id | string | |
client_secret | string | |
string | ||
pwd | string | |
error_msg | string | |
return | bool |
public tpGetFiles ( IList |
||
options | IList |
|
error_msg | string | |
files | List |
|
return | bool |
public tpGetProfile ( string &error_msg ) : bool | ||
error_msg | string | |
return | bool |
public tpGetTasks ( IList |
||
options | IList |
|
error_msg | string | |
tasks | List |
|
return | bool |
public tpGetWorkspaces ( IList |
||
options | IList |
|
error_msg | string | |
workspaces | List |
|
return | bool |