public class DiscoveryAPIClient extends Object
| Constructor and Description |
|---|
DiscoveryAPIClient() |
DiscoveryAPIClient(ProxyConfig proxyConfig) |
| Modifier and Type | Method and Description |
|---|---|
DiscoveryAPIResponse |
callDiscoveryAPI(Environment environment)
Calls the Discovery Document API based on the the Environment provided and
returns an object with url’s for all the endpoints
|
DiscoveryAPIResponse |
callDiscoveryAPI(String discoveryEndpoint)
Calls the Discovery Document API based on the static URL provided and
returns an object with URLs for all the endpoints
|
public DiscoveryAPIClient(ProxyConfig proxyConfig)
public DiscoveryAPIClient()
public DiscoveryAPIResponse callDiscoveryAPI(Environment environment) throws ConnectionException
environment - ConnectionExceptionpublic DiscoveryAPIResponse callDiscoveryAPI(String discoveryEndpoint) throws ConnectionException
discoveryEndpoint - ConnectionExceptionCopyright © 2025. All Rights Reserved.