Jawid
client.submitFormWithBinaryData<FaceResponse> { method = <http://HttpMethod.Post|HttpMethod.Post> url(IMAGE_URL) headers { this["x-api-key"] = "my_api_key_here" } parameter( "mode", "request_mode" ) body = MultiPartFormDataContent(formData { append("image", request.image) }) }
e5l
Logging
A modern programming language that makes developers happier.