ru.dgis.sdk.positioning.radar.RadarApiHttpClient | Android SDK | Urbi Documentation
Android SDK

RadarApiHttpClient

HTTP client interface for Radar API.

Methods
fun post(
	url: String,
	body: String,
	headers: Map
): RadarHttpResponse

Sends a POST request to the specified URL.

Parameters
url
String

Request URL.

body
String

Request body in JSON format.

headers
Returns
RadarHttpResponse

Server response in the form of RadarHttpResponse.