Method | Description | |
---|---|---|
AppHarborClient ( string clientId, string secret ) : System | ||
GetAccessToken ( string Code ) : string | ||
GetAuthenticatedWebRequest ( string token, string url ) : |
||
GetAuthorizationUrl ( ) : |
||
GetAuthorizationUrl ( string RedirectUri ) : |
||
GetProject ( string token, string projectName ) : |
||
GetUserInformation ( string token ) : |
||
GetUserProjects ( string token ) : IEnumerable |
||
RedirectToAuthorizationResult ( ) : System.Web.Mvc.RedirectResult | ||
RedirectToAuthorizationResult ( string redirectUri ) : System.Web.Mvc.RedirectResult | ||
SetServiceHookUrl ( string token, string projectName, string projectId, string serviceHookUrl ) : void |
Method | Description | |
---|---|---|
GetAuthenticatedWebClient ( string token ) : |
||
ServiceHookExists ( string token, string projectName, string serviceHookUrl ) : bool | ||
TransformToJSON ( string resp ) : string |
This method should be removed once we have the real JSON api in place
|
public AppHarborClient ( string clientId, string secret ) : System | ||
clientId | string | |
secret | string | |
return | System |
public GetAccessToken ( string Code ) : string | ||
Code | string | |
return | string |
public GetAuthenticatedWebRequest ( string token, string url ) : |
||
token | string | |
url | string | |
return |
public GetAuthorizationUrl ( string RedirectUri ) : |
||
RedirectUri | string | |
return |
public GetProject ( string token, string projectName ) : |
||
token | string | |
projectName | string | |
return |
public GetUserInformation ( string token ) : |
||
token | string | |
return |
public GetUserProjects ( string token ) : IEnumerable |
||
token | string | |
return | IEnumerable |
public RedirectToAuthorizationResult ( ) : System.Web.Mvc.RedirectResult | ||
return | System.Web.Mvc.RedirectResult |
public RedirectToAuthorizationResult ( string redirectUri ) : System.Web.Mvc.RedirectResult | ||
redirectUri | string | |
return | System.Web.Mvc.RedirectResult |
public SetServiceHookUrl ( string token, string projectName, string projectId, string serviceHookUrl ) : void | ||
token | string | |
projectName | string | |
projectId | string | |
serviceHookUrl | string | |
return | void |