HTTP client interface for Radar API.
fun post( url: String, body: String, headers: Map ): RadarHttpResponse
Sends a POST request to the specified URL.
url
String
Request URL.
body
Request body in JSON format.
headers
Map
RadarHttpResponse
Server response in the form of RadarHttpResponse.