Skip to content

Instantly share code, notes, and snippets.

@roughy
Created April 8, 2013 13:29
Show Gist options
  • Save roughy/5336756 to your computer and use it in GitHub Desktop.
Save roughy/5336756 to your computer and use it in GitHub Desktop.
Example usage of say function
say("A user with admin rights can delete a profile.");
...
say("We want to delete the profile with the id \"" + profile.id + "\".");
...
say("A request to the delete-profile endpoint with the correct rigths and an existing profile id will end up in a response with the status code " + HttpStatus.SC_NO_CONTENT);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment