public class RepositoriesClientImpl extends ApiClient implements RepositoriesClient
baseUrl, httpClient, httpRequestHandler, objectMapper| Constructor and Description |
|---|
RepositoriesClientImpl(String baseUrl,
kong.unirest.UnirestInstance httpClient,
com.laserfiche.api.client.httphandlers.HttpRequestHandler httpRequestHandler) |
| Modifier and Type | Method and Description |
|---|---|
RepositoryInfo[] |
getRepositoryList()
- Returns the repository resource list that current user has access to.
|
static RepositoryInfo[] |
getSelfHostedRepositoryList(String url)
Returns the repository resource list that current user has access to given the API server base URL.
|
public RepositoriesClientImpl(String baseUrl, kong.unirest.UnirestInstance httpClient, com.laserfiche.api.client.httphandlers.HttpRequestHandler httpRequestHandler)
public RepositoryInfo[] getRepositoryList()
RepositoriesClientgetRepositoryList in interface RepositoriesClientRepositoryInfo[] The return valuepublic static RepositoryInfo[] getSelfHostedRepositoryList(String url)
url - API server base URL e.g., https://{APIServerName}/LFRepositoryAPICopyright © 2025. All rights reserved.