-
Method Summary
-
Method Details
-
getSiteDetails
Fetch the site details from the API
- Parameters:
siteId - integer id of the site
- Returns:
- future that resolve with the site details associated with the provided site id
-
getOverviewResponse
java.util.concurrent.CompletableFuture<OverviewResponse> getOverviewResponse(
int siteId)
Fetch a high level summary/overview of the site
- Parameters:
siteId - integer id of the site
- Returns:
- future that resolves with the overview response