Method | Description | |
---|---|---|
Configure ( string uri, string key, string secret ) : void | ||
DoRequest ( HttpMethod httpMethod, string path, string content ) : |
public Configure ( string uri, string key, string secret ) : void | ||
uri | string | |
key | string | |
secret | string | |
return | void |
public DoRequest ( HttpMethod httpMethod, string path, string content ) : |
||
httpMethod | HttpMethod | |
path | string | |
content | string | |
return |