Uses of Class
co.tryterra.terraclient.models.v2.daily.Daily
-
Packages that use Daily Package Description co.tryterra.terraclient.api This package contains all the interfaces used by this library. -
-
Uses of Daily in co.tryterra.terraclient.api
Methods in co.tryterra.terraclient.api that return types with arguments of type Daily Modifier and Type Method Description Optional<List<Daily>>
TerraWebhookPayload. asDailyV2()
Attempt to parse the raw payload as aDaily
object (API version 2).Future<TerraApiResponse<Daily>>
TerraClientV2. getDailyForUser(PartialUser user, Instant startTime, @Nullable Instant endTime)
Asynchronously makes a request to the/daily
endpoint to fetch the daily data for the given user.Future<TerraApiResponse<Daily>>
TerraClientV2. getDailyForUser(PartialUser user, Instant startTime, @Nullable Instant endTime, RequestConfig requestConfig)
Asynchronously makes a request to the/daily
endpoint to fetch the daily data for the given user.
-