OAuth1Api
get
Make a GET call
OAuth1Api.get(String clientKey, String clientSecret, String token, String tokenSecret, String realm, String restUtl)
or
OAuth1Api.get(String clientKey, String clientSecret, String token, String tokenSecret, String realm, String restUtl, Map<String, String> headers)
Parameters
clientKey
clientSecret
token
tokenSecret
realm
restUtl
headersReturns
Resultpost
Make a POST call
Parameters
Returns
postSoap
Make a POST Soap call
Parameters
Returns
postSoapAsXML
Make a POST Soap as XML call
Parameters
Returns
Last updated
Was this helpful?