| Package | Description |
|---|---|
| org.wso2.am.integration.clients.gateway.api.v2 | |
| org.wso2.am.integration.clients.gateway.api.v2.dto |
| Modifier and Type | Method and Description |
|---|---|
EndpointsDTO |
GetApiArtifactsApi.endPointsGet(String apiName,
String version,
String tenantDomain)
Get end-points from the storage for the API
This operation is used to get the end-points from the storage.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<EndpointsDTO> |
GetApiArtifactsApi.endPointsGetWithHttpInfo(String apiName,
String version,
String tenantDomain)
Get end-points from the storage for the API
This operation is used to get the end-points from the storage.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
GetApiArtifactsApi.endPointsGetAsync(String apiName,
String version,
String tenantDomain,
ApiCallback<EndpointsDTO> callback)
Get end-points from the storage for the API (asynchronously)
This operation is used to get the end-points from the storage.
|
| Modifier and Type | Method and Description |
|---|---|
EndpointsDTO |
EndpointsDTO.addEndpointsItem(String endpointsItem) |
EndpointsDTO |
EndpointsDTO.endpoints(List<String> endpoints) |
Copyright © 2021 WSO2 Inc. All rights reserved.