C# 클래스 TeamPlatformAPIExample.tpOAuth2

파일 보기 프로젝트 열기: vispower/teamplatform-api 1 사용 예제들

공개 메소드들

메소드 설명
UrlEncode ( string value ) : string
WebRequest ( Method method, string url, string postData ) : string
WebResponseGet ( HttpWebRequest webRequest ) : string
tpGetAuthorization ( string client_id, string client_secret, string email, string pwd, string &error_msg ) : bool
tpGetFiles ( IList options, string &error_msg, List &files ) : bool
tpGetProfile ( string &error_msg ) : bool
tpGetTasks ( IList options, string &error_msg, List &tasks ) : bool
tpGetWorkspaces ( IList options, string &error_msg, List &workspaces ) : bool

보호된 메소드들

메소드 설명
NormalizeRequestParameters ( IList parameters ) : string

메소드 상세

NormalizeRequestParameters() 보호된 메소드

protected NormalizeRequestParameters ( IList parameters ) : string
parameters IList
리턴 string

UrlEncode() 공개 메소드

public UrlEncode ( string value ) : string
value string
리턴 string

WebRequest() 공개 메소드

public WebRequest ( Method method, string url, string postData ) : string
method Method
url string
postData string
리턴 string

WebResponseGet() 공개 메소드

public WebResponseGet ( HttpWebRequest webRequest ) : string
webRequest System.Net.HttpWebRequest
리턴 string

tpGetAuthorization() 공개 메소드

public tpGetAuthorization ( string client_id, string client_secret, string email, string pwd, string &error_msg ) : bool
client_id string
client_secret string
email string
pwd string
error_msg string
리턴 bool

tpGetFiles() 공개 메소드

public tpGetFiles ( IList options, string &error_msg, List &files ) : bool
options IList
error_msg string
files List
리턴 bool

tpGetProfile() 공개 메소드

public tpGetProfile ( string &error_msg ) : bool
error_msg string
리턴 bool

tpGetTasks() 공개 메소드

public tpGetTasks ( IList options, string &error_msg, List &tasks ) : bool
options IList
error_msg string
tasks List
리턴 bool

tpGetWorkspaces() 공개 메소드

public tpGetWorkspaces ( IList options, string &error_msg, List &workspaces ) : bool
options IList
error_msg string
workspaces List
리턴 bool