프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 ) : |
||
LoginAsOwner ( ) : |
||
LoginWithAccessToken ( string token, string secret ) : |
||
LoginWithVerifier ( string verifier ) : |
||
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 ) : |
메소드 | 설명 | |
---|---|---|
getToken ( ) : RestSharp.RestClient |
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 |
public GetCollection ( string path, int limit = null ) : UserVoice.Collection | ||
path | string | |
limit | int | |
리턴 | UserVoice.Collection |
public LoginWithAccessToken ( string token, string secret ) : |
||
token | string | |
secret | string | |
리턴 |
public LoginWithVerifier ( string verifier ) : |
||
verifier | string | |
리턴 |
public Post ( string path, Object parameters ) : JToken | ||
path | string | |
parameters | Object | |
리턴 | JToken |
public Put ( string path, Object parameters ) : JToken | ||
path | string | |
parameters | Object | |
리턴 | JToken |
public Request ( Method method, string path, Object body = null ) : JToken | ||
method | Method | |
path | string | |
body | Object | |
리턴 | JToken |
public RequestToken ( string callback = null ) : |
||
callback | string | |
리턴 |