Skip to content

dkob1996/Postman-Collections

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 

Repository files navigation

At this page you can see:

Postman API requests for several projects:

Restful-booker.

(click to visit site).

Description:

This project is a test platform to study Postman API.
The platform is a website for booking hotels.

Requests inclueds:

  1. Positive Checks:
  • (click) Create Token - Creates a new auth token.
  • (click) Get Booking Id's - Returns the ids of all the bookings that exist within the API.
  • (click) Get Booking - Returns a specific booking based upon the booking id provided.
  • (click) Create Booking - Creates a new booking in the API.
  • (click) Update Booking - Updates a current booking.
  • (click) Partial Update Booking - Updates a current booking with a partial payload.
  • (click) Delete Booking - Returns the ids of all the bookings that exist within the API.
  • (click) Health Check - A simple health check endpoint to confirm whether the API is up and running.
  1. Negative Checks:
  • (click) Auth with Invalid Password.
  • (click) Auth with empty body.
  • (click) Booking create without total price.
  • (click) Booking create with empty name.
  • (click) Update Booking which doesn't exist.
  • (click) Update Booking without token.
  • (click) Update Booking with invalid token.

Folder with all requests.
Folder with positive cases.
Folder with negative cases.
File with technice documentation.

AppsLoveWorld

(click to visit site).

!This case in progress now.!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published