π https://simple-books-api.glitch.me
- Endpoint:
POST /api-clients/[Authentication (Access Token β Valid for 7 Days)]
Authentication (Basic Auth):
- "clientName": "Your Name",
- "clientEmail": "[email protected]"
Tested HTTP Methods:
GETβ Fetch book list and detailsPOSTβ Place a new orderPATCHβ Update order statusDELETEβ Cancel an order
π https://restful-booker.herokuapp.com/booking/
Authentication (Basic Auth):
- "Username:" "admin"
- "Password:" "password123"
Tested HTTP Methods:
GETβ View booking list and detailsPOSTβ Create a new bookingPUTβ Update full booking dataPATCHβ Partially update booking infoDELETEβ Delete a booking
π Test Reports
β
API test reports are attached as Report.html in the project directory.