public class APIService extends Object
| Constructor and Description |
|---|
APIService()
Deprecated.
|
APIService(Map<String,String> configurationMap)
APIService configured through
Map |
| Modifier and Type | Method and Description |
|---|---|
String |
getEndPoint()
Deprecated.
|
String |
makeRequestUsing(APICallPreHandler apiCallPreHandler)
Makes a request to API service
|
public String makeRequestUsing(APICallPreHandler apiCallPreHandler) throws InvalidResponseDataException, HttpErrorException, ClientActionRequiredException, IOException, InterruptedException, InvalidCredentialException, MissingCredentialException, OAuthException, SSLConfigurationException
apiCallPreHandler - API Call specific handlerInvalidResponseDataExceptionHttpErrorExceptionClientActionRequiredExceptionIOExceptionInterruptedExceptionInvalidCredentialExceptionMissingCredentialExceptionOAuthExceptionSSLConfigurationExceptionpublic String getEndPoint()
Copyright © 2016. All Rights Reserved.