K
Kizspy.me
follows:

GET /api/books/{authorld?}: Returns a list of books of the author has Authorld equal
{authorld). In case, {authorld} is missing, return all books.

GET /api/authors: Returns a list of all authors.

GET /api/books/{bookId}: Returns detailed information about a specific book, including its list
of authors (e.g., /api/books/1).
Zoom

DELETE /api/bookauthors/{bookId}/{authorId}: Removes an author from a book by deleting
the corresponding association (e.g., /api/bookauthors/1/2).
1. Book List Page (see Figure 1)

URL:/Book

Display all books from the Books table in a tabular format with the following columns:
o Bookld.
The book's title (eg, "Programming in C#").
。 Publication Year.
o Authors: A comma-separated list of the book's authors (retrieved from the Authors table
via BookAuthors), (e.g., "Nguyen Van A, Tran Thi B").
Include a drondown list that disnlavs all authors from the database (from the Authors table) Add
+ 94%
Close