Skip to content

Instantly share code, notes, and snippets.

@joshlong
Created March 10, 2013 19:26
Show Gist options
  • Select an option

  • Save joshlong/5130002 to your computer and use it in GitHub Desktop.

Select an option

Save joshlong/5130002 to your computer and use it in GitHub Desktop.
fields for URLs
static public final String USER_COLLECTION_URL = "/api/users";
static public final String USER_COLLECTION_ENTRY_URL = USER_COLLECTION_URL + "/{userId}";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment