Book
getById(Long id)
postBook(String title, String author, String description)
updateBook(Long id, @Valid Book incoming)
Iterable<Book>
allBooks()