Documentation

Book Data API


A Node.js web server that both hosts static files such as HTML, and hosts a backend web API from a JSON file about books.



Get All Books
GET
HEAD


Find Books by Author



GET
HEAD


Find Books by Title



GET
HEAD


Find Books by Year



GET
HEAD


Add a Book



POST


Edit a Book by Title



POST