Skip to content

NurullahSanY/APITesting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

15 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ”— API Testing Summary

1. Simple Books API

πŸ”— https://simple-books-api.glitch.me

  • Endpoint: POST /api-clients/ [Authentication (Access Token – Valid for 7 Days)]

Authentication (Basic Auth):

Tested HTTP Methods:

  • GET – Fetch book list and details
  • POST – Place a new order
  • PATCH – Update order status
  • DELETE – Cancel an order

2. Restful Booker API

πŸ”— https://restful-booker.herokuapp.com/booking/

Authentication (Basic Auth):

  • "Username:" "admin"
  • "Password:" "password123"

Tested HTTP Methods:

  • GET – View booking list and details
  • POST – Create a new booking
  • PUT – Update full booking data
  • PATCH – Partially update booking info
  • DELETE – Delete a booking

πŸ“„ Test Reports
βœ… API test reports are attached as Report.html in the project directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages