public class RestAPIGatewayImpl extends Object
| Constructor and Description |
|---|
RestAPIGatewayImpl(String username,
String password,
String tenantDomain) |
| Modifier and Type | Method and Description |
|---|---|
APIArtifactDTO |
retrieveAPI(String name,
String version) |
EndpointsDTO |
retrieveEndpoints(String name,
String version) |
LocalEntryDTO |
retrieveLocalEntries(String name,
String version) |
SequencesDTO |
retrieveSequences(String name,
String version) |
public APIArtifactDTO retrieveAPI(String name, String version) throws ApiException
ApiExceptionpublic EndpointsDTO retrieveEndpoints(String name, String version) throws ApiException
ApiExceptionpublic LocalEntryDTO retrieveLocalEntries(String name, String version) throws ApiException
ApiExceptionpublic SequencesDTO retrieveSequences(String name, String version) throws ApiException
ApiExceptionCopyright © 2021 WSO2 Inc. All rights reserved.