| Package | Description |
|---|---|
| org.wso2.am.integration.clients.store.api.v1 | |
| org.wso2.am.integration.clients.store.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
APIDTO |
ApIsApi.apisApiIdGet(String apiId,
String xWSO2Tenant,
String ifNoneMatch)
Get Details of an API
Using this operation, you can retrieve complete details of a single API.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<APIDTO> |
ApIsApi.apisApiIdGetWithHttpInfo(String apiId,
String xWSO2Tenant,
String ifNoneMatch)
Get Details of an API
Using this operation, you can retrieve complete details of a single API.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
ApIsApi.apisApiIdGetAsync(String apiId,
String xWSO2Tenant,
String ifNoneMatch,
ApiCallback<APIDTO> _callback)
Get Details of an API (asynchronously)
Using this operation, you can retrieve complete details of a single API.
|
Copyright © 2021 WSO2 Inc. All rights reserved.