Created
September 25, 2017 11:52
-
-
Save MrCoder/9fe4e9a07f43b168cba6edf20e03be9a to your computer and use it in GitHub Desktop.
Example for www.zenuml.com. RESTful Web service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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