Skip to content

Get

//trimble-id/com.trimble.id/HttpClient/get

get

[JVM]
open fun <T> get(url: String, headers: List<NameValuePair>, responseType: Class<T>): CompletableFuture<Response<T>>

Get method

Return

  • Future that resolves to Response

Parameters

JVM

<T>- responseType
url- url
headers- headers
responseType- responseType

Throws

TCPServiceException- If an error occurs due to API or network-related issues.
SDKClientException- If a client-side error occurs within the SDK.