Uses of Class
co.tryterra.terraclient.models.ProvidersResponse
-
Packages that use ProvidersResponse Package Description co.tryterra.terraclient.api This package contains all the interfaces used by this library. -
-
Uses of ProvidersResponse in co.tryterra.terraclient.api
Methods in co.tryterra.terraclient.api that return types with arguments of type ProvidersResponse Modifier and Type Method Description Future<TerraApiResponse<ProvidersResponse>>
TerraClientV2. listProviders()
Asynchronously makes a request to the/integrations
endpoint to fetch a list of all available providers.
-