Skip to content

Instantly share code, notes, and snippets.

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