Skip to content

Instantly share code, notes, and snippets.

@zaur
Created February 3, 2013 08:08
Show Gist options
  • Save zaur/4700922 to your computer and use it in GitHub Desktop.
Save zaur/4700922 to your computer and use it in GitHub Desktop.
Request request = new Request();
request.setMethod("user.authorize")
.addParam("email", "email@email.com")
.addParam("password", "111111")
.addParam("ids", new String[]{"1", "2", "3"});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment