Skip to content

Instantly share code, notes, and snippets.

@MrCoder
Created September 25, 2017 11:52
Show Gist options
  • Save MrCoder/9fe4e9a07f43b168cba6edf20e03be9a to your computer and use it in GitHub Desktop.
Save MrCoder/9fe4e9a07f43b168cba6edf20e03be9a to your computer and use it in GitHub Desktop.
Example for www.zenuml.com. RESTful Web service
RestfulController.getBook(ID) {
Service.getBook(ID) {
Repository.getBookById(ID)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment