Uses of Interface
co.tryterra.terraclient.api.TerraClientV2
-
Packages that use TerraClientV2 Package Description co.tryterra.terraclient -
-
Uses of TerraClientV2 in co.tryterra.terraclient
Methods in co.tryterra.terraclient that return TerraClientV2 Modifier and Type Method Description static TerraClientV2
TerraClientFactory. getClientV2(String xApiKey, String devId)
Creates a newTerraClientV2
instance using the authentication information provided, as well as the default request config.static TerraClientV2
TerraClientFactory. getClientV2(String xApiKey, String devId, RequestConfig requestConfig)
Creates a newTerraClientV2
instance using the authentication information provided, as well as the given request config.static TerraClientV2
TerraClientFactory. getClientV2(String xApiKey, String devId, String apiUrl)
Creates a newTerraClientV2
instance using the authentication information provided, as well as the default request config.static TerraClientV2
TerraClientFactory. getClientV2(String xApiKey, String devId, String apiUrl, RequestConfig requestConfig)
Creates a newTerraClientV2
instance using the authentication information provided, as well as the given request config.
-