public interface RESTAPIService
| Modifier and Type | Method and Description |
|---|---|
List<ExtendedAPI> |
getAPIs(String labelName,
String accessToken)
Get APIs of given label
|
List<ApplicationThrottlePolicyDTO> |
getApplicationPolicies(String accessToken)
Get list of application
|
List<SubscriptionThrottlePolicyDTO> |
getSubscriptionPolicies(String accessToken)
Get list of subsription policies
|
List<ExtendedAPI> getAPIs(String labelName, String accessToken)
labelName - label nameaccessToken - access tokenList<ApplicationThrottlePolicyDTO> getApplicationPolicies(String accessToken)
accessToken - access tokenList<SubscriptionThrottlePolicyDTO> getSubscriptionPolicies(String accessToken)
accessToken - access tokenCopyright © 2018 WSO2. All rights reserved.