public interface DynamicRestClient
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBaseApiUrl()
Returns URL of the API root for the current server to use.
|
void |
useContextServer()
Instructs this client to stop using a server explicitly specified previously and to start using the server
selected in the DataHub UI.
|
void |
useServer(DataHubServer server)
Specifies DataHub server to use for uploading data.
|
void useServer(DataHubServer server)
server - a server, against which the REST calls should be executed.void useContextServer()
useServer(DataHubServer)java.lang.String getBaseApiUrl()
Copyright © 2018 SAP SE. All Rights Reserved.