public interface GoodDataRestProvider
RestTemplate capable to perform valid
communication with GoodData platform REST API. Mainly the following functionality should
be provided:
GoodDataSettings - especially user agent, headers and connection settingsResponseErrorHandler)GoodData is LoginPasswordGoodDataRestProvider.| Modifier and Type | Method and Description |
|---|---|
default Optional<DataStoreService> |
getDataStoreService(Supplier<String> stagingUriSupplier)
Configured DataStoreService if provided.
|
org.springframework.web.client.RestTemplate |
getRestTemplate()
Configured RestTemplate instance.
|
GoodDataSettings |
getSettings()
Settings used by the provider.
|
GoodDataSettings getSettings()
org.springframework.web.client.RestTemplate getRestTemplate()
default Optional<DataStoreService> getDataStoreService(Supplier<String> stagingUriSupplier)
stagingUriSupplier - supplier of the data store endpointCopyright © 2019. All rights reserved.