Personal Library

Front End

View all books Create a new book

API

Route Method Description Include
/api/books GET Returns an array of all books Nothing
/api/books/{id} GET Returns a specific book Nothing
/api/books POST Create a new book Body with title parameter set to a string
/api/books/{book id} POST Create a new comment Body with title parameter set to a string
/api/books DELETE Delete all books Nothing
/api/books/{id} POST Delete a book Nothing
/api/comment/{id} POST Delete a comment Nothing