Skip to content

Instantly share code, notes, and snippets.

@tassioauad
Created November 12, 2016 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tassioauad/93265956fa96b81afe6faee0ef5412b9 to your computer and use it in GitHub Desktop.
Save tassioauad/93265956fa96b81afe6faee0ef5412b9 to your computer and use it in GitHub Desktop.
Call callUser = userResource.listAll();
Response response = callUser.execute();
Integer HttpResponseCode = response.code(); //202 HTTP_OK
List userList = response.body();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment