| Constructor and Description |
|---|
ApiClients() |
| Modifier and Type | Method and Description |
|---|---|
static ApiClient |
newRestClient(String baseUrl)
Creates
ApiClient instance which can be used to consume REST
API. |
static ApiClient |
newRestClient(String baseUrl,
Configuration config)
Creates
ApiClient instance for the specified configuration, which
can be used to consume REST API. |
public static ApiClient newRestClient(String baseUrl)
ApiClient instance which can be used to consume REST
API.baseUrl - the base URL of the REST API; must not be nullApiClient instancepublic static ApiClient newRestClient(String baseUrl, Configuration config)
ApiClient instance for the specified configuration, which
can be used to consume REST API.baseUrl - the base URL of the REST API; must not be nullconfig - configuration for the created client instance; must not
be nullApiClient instanceCopyright © 2022. All rights reserved.