The application must run on port 5000.
Data: Each book should contain the following fields: BookID, Title, Author (with Authorld, Name and Bio), Publisher, Publication Year.
Media Formatter
Ensure the API supports both JSON and XML input and output formats using media formatters.The API response should be formatted according to the Accept header sent by the client.
Problem Description
You are tasked with building an API application to manage the list of books in a library. The API must provide the following APIs:
GET
/api/Books
GET
/api/Books/search/{title}/{author}
Zoom
+ 100%
Close