public class RESTAPIServiceImpl extends Object implements RESTAPIService
| Constructor and Description |
|---|
RESTAPIServiceImpl() |
| 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
|
public List<ExtendedAPI> getAPIs(String labelName, String accessToken)
RESTAPIServicegetAPIs in interface RESTAPIServicelabelName - label nameaccessToken - access tokenRESTAPIService.getAPIs(String, String)public List<ApplicationThrottlePolicyDTO> getApplicationPolicies(String accessToken)
RESTAPIServicegetApplicationPolicies in interface RESTAPIServiceaccessToken - access tokenRESTAPIService.getApplicationPolicies(String)public List<SubscriptionThrottlePolicyDTO> getSubscriptionPolicies(String accessToken)
RESTAPIServicegetSubscriptionPolicies in interface RESTAPIServiceaccessToken - access tokenRESTAPIService.getSubscriptionPolicies(String)Copyright © 2018 WSO2. All rights reserved.