Module co.tryterra.terraclient
Package co.tryterra.terraclient.api
This package contains all the interfaces used by this library.
-
Interface Summary Interface Description PartialUser Interface representing a partial Terra user, containing only the user ID.TerraApiResponse<T> Interface for any response from Terra's API, containing the returned data from the query (if available) as well as the raw, unparsed body as aJsonNode
.TerraClientV2 Interface for facilities to make requests to the Terra API.TerraWebhookPayload Interface representing a payload received to a developer's webhook URL from Terra.User Interface representing a full Terra user.