C# 클래스 UserVoice.Client

파일 보기 프로젝트 열기: uservoice/uservoice-csharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Secret string
Token string

공개 메소드들

메소드 설명
AuthorizeURL ( ) : string
Client ( string subdomainName, string apiKey, string apiSecret = null, string callback = null, string token = null, string secret = null, string uservoiceDomain = null, string protocol = null ) : System
Delete ( string path ) : JToken
Get ( string path ) : JToken
GetCollection ( string path, int limit = null ) : UserVoice.Collection
LoginAs ( string email ) : Client
LoginAsOwner ( ) : Client
LoginWithAccessToken ( string token, string secret ) : Client
LoginWithVerifier ( string verifier ) : Client
Post ( string path, Object parameters ) : JToken
Put ( string path, Object parameters ) : JToken
Request ( Method method, string path, Object body = null ) : JToken
RequestToken ( string callback = null ) : Client

비공개 메소드들

메소드 설명
getToken ( ) : RestSharp.RestClient

메소드 상세

AuthorizeURL() 공개 메소드

public AuthorizeURL ( ) : string
리턴 string

Client() 공개 메소드

public Client ( string subdomainName, string apiKey, string apiSecret = null, string callback = null, string token = null, string secret = null, string uservoiceDomain = null, string protocol = null ) : System
subdomainName string
apiKey string
apiSecret string
callback string
token string
secret string
uservoiceDomain string
protocol string
리턴 System

Delete() 공개 메소드

public Delete ( string path ) : JToken
path string
리턴 JToken

Get() 공개 메소드

public Get ( string path ) : JToken
path string
리턴 JToken

GetCollection() 공개 메소드

public GetCollection ( string path, int limit = null ) : UserVoice.Collection
path string
limit int
리턴 UserVoice.Collection

LoginAs() 공개 메소드

public LoginAs ( string email ) : Client
email string
리턴 Client

LoginAsOwner() 공개 메소드

public LoginAsOwner ( ) : Client
리턴 Client

LoginWithAccessToken() 공개 메소드

public LoginWithAccessToken ( string token, string secret ) : Client
token string
secret string
리턴 Client

LoginWithVerifier() 공개 메소드

public LoginWithVerifier ( string verifier ) : Client
verifier string
리턴 Client

Post() 공개 메소드

public Post ( string path, Object parameters ) : JToken
path string
parameters Object
리턴 JToken

Put() 공개 메소드

public Put ( string path, Object parameters ) : JToken
path string
parameters Object
리턴 JToken

Request() 공개 메소드

public Request ( Method method, string path, Object body = null ) : JToken
method Method
path string
body Object
리턴 JToken

RequestToken() 공개 메소드

public RequestToken ( string callback = null ) : Client
callback string
리턴 Client

프로퍼티 상세

Secret 공개적으로 프로퍼티

public string Secret
리턴 string

Token 공개적으로 프로퍼티

public string Token
리턴 string