Advertisement
Guest User

Untitled

a guest
Apr 25th, 2015
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. public String doRequest(String endpoint, Map<String, String> parameters) {
  2. parameters.put("limit", "50");
  3. ...
  4. }
  5.  
  6. doRequest("/comments", ImmutableMap.of("filter", "true"));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement