4. Create a new author (POST)
URL:
http://localhost:5100/api/authors
Description: This API creates a new author with the provided data.
5. Delete a book (DELETE)
URL:
http://localhost:5100/api/books/{bookld}
Description: This API deletes the specified book by its BookID.
6. Delete an author (DELETE)
URL:
http://localhost:5100/api/authors/{authorld}
Description: This API deletes the specified author by their AuthorID.
Zoom
+ 100%
Close