Rest API - REST API Fundamentals
You are designing a REST API for managing a library's book collection. Which HTTP methods correspond correctly to these actions?
- Retrieve all books
- Add a new book
- Modify details of an existing book
- Remove a book
