public interface RESTAPIService
| Modifier and Type | Method and Description |
|---|---|
List<ExtendedAPI> |
exportAPIs(String apiName,
String apiVersion,
String gatewayLabel,
String accessToken,
String projectName) |
ExtendedAPI |
getAPI(String apiName,
String version,
String accessToken)
Gets the API specified by name and version.
|
List<ExtendedAPI> |
getAPIs(String labelName,
String accessToken)
Get APIs of given label.
|
List<ApplicationThrottlePolicyDTO> |
getApplicationPolicies(String accessToken)
Get list of application.
|
List<ClientCertMetadataDTO> |
getClientCertificates(String accessToken)
Get list of client certificates.
|
List<SubscriptionThrottlePolicyDTO> |
getSubscriptionPolicies(String accessToken)
Get list of subsription policies.
|
List<ExtendedAPI> getAPIs(String labelName, String accessToken)
labelName - label nameaccessToken - access tokenExtendedAPI getAPI(String apiName, String version, String accessToken)
apiName - Name of the APIversion - Version of the APIaccessToken - access tokenList<ApplicationThrottlePolicyDTO> getApplicationPolicies(String accessToken)
accessToken - access tokenList<SubscriptionThrottlePolicyDTO> getSubscriptionPolicies(String accessToken)
accessToken - access tokenList<ClientCertMetadataDTO> getClientCertificates(String accessToken)
accessToken - access tokenList<ExtendedAPI> exportAPIs(String apiName, String apiVersion, String gatewayLabel, String accessToken, String projectName)
apiName - Name of the APIapiVersion - Version of the APIgatewayLabel - Gateway labelaccessToken - Access token for the API invocationprojectName - Name of the API projectCopyright © 2024 WSO2. All rights reserved.