public interface RESTAPIService
| Modifier and Type | Method and Description |
|---|---|
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 tokenCopyright © 2019 WSO2. All rights reserved.