| Package | Description |
|---|---|
| com.amazon.ask.model.services |
| Modifier and Type | Method and Description |
|---|---|
protected <T> ApiResponse<T> |
BaseServiceClient.executeRequest(String method,
String endpoint,
String path,
List<Pair<String,String>> queryParams,
List<Pair<String,String>> headerParams,
Map<String,String> pathParams,
List<ServiceClientResponse> responseDefinitions,
Object body,
Class<T> responseType,
boolean rawRequest)
Calls the ApiClient based on the ServiceClient specific data provided as well as handles the
well-known responses from the Api
|
Copyright © 2019. All rights reserved.