Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. HttpResponse<JsonNode> response = Unirest.post(url).basicAuth(username, password).fields(body).field("attachments[]", files).asJson();
  2. return response.getBody();
  3. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement