Skip to content

Instantly share code, notes, and snippets.

@jbrains
Created September 9, 2009 15:32
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 jbrains/183818 to your computer and use it in GitHub Desktop.
Save jbrains/183818 to your computer and use it in GitHub Desktop.
class GetRequestFactory {
static GetRequest findAllUsers(parameters) {
return new GetRequest(requestUrl: URL.create("http://www.jbrains.ca/users/all"), parameters);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment