public interface BynderClient
| Modifier and Type | Interface and Description |
|---|---|
static class |
BynderClient.Builder
Builder class used to create a new instance of
BynderClient using
Configuration as parameter. |
| Modifier and Type | Method and Description |
|---|---|
AssetService |
getAssetService()
Gets an instance of the asset service to interact with the assets in your Bynder portal.
|
CollectionService |
getCollectionService()
Gets an instance of the collection service to interact with the collections in your Bynder
portal.
|
io.reactivex.Observable<retrofit2.Response<List<Derivative>>> |
getDerivatives()
Gets the list of the derivatives configured for the current account.
|
OAuthService |
getOAuthService()
Gets an instance of the OAuth service to authorize the SDK instance with Bynder and get the
access token to perform API requests.
|
WorkflowService |
getWorkflowService()
Gets an instance of the workflow service to interact with the workflows in your Bynder
portal.
|
OAuthService getOAuthService()
OAuthService.AssetService getAssetService()
AssetService.CollectionService getCollectionService()
CollectionService.io.reactivex.Observable<retrofit2.Response<List<Derivative>>> getDerivatives()
Derivative.WorkflowService getWorkflowService()
WorkflowService.Copyright © 2024. All rights reserved.