Books
GET /api/Books
POST
/api/Books
/api/Books/{bookId}
Figure 1-Given APIs.
DELETE
Functional Requirements
Your web application must include the following two pages:
1. List all authors and their books
Create a page to display all authors, including their name and bio, and the list of books each author has contributed to.
For each book, show its title, publisher, and publication year.
Use the GET/api/authors API to fetch the data.
URL: /Authors
Zoom
+ 100%
Close