https://github.com/ashwanicoding/rest-broker-api-test
This GitHub repository contains the test case of Postman API testing of Rest Booker
https://github.com/ashwanicoding/rest-broker-api-test
Last synced: 6 months ago
JSON representation
This GitHub repository contains the test case of Postman API testing of Rest Booker
- Host: GitHub
- URL: https://github.com/ashwanicoding/rest-broker-api-test
- Owner: AshwaniCoding
- Created: 2024-10-29T10:34:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-29T10:44:24.000Z (over 1 year ago)
- Last Synced: 2024-10-29T12:42:33.923Z (over 1 year ago)
- Homepage: https://restful-booker.herokuapp.com/apidoc/
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Postman API Test Collection for Rest Booker
This repository contains a Postman collection with test cases for the Rest Booker API. The collection includes requests for common booking operations:
1. **Create Booking**
2. **Get Booking**
3. **Update Booking**
4. **Delete Booking**
## Environments
Two environments have been set up:
- **QA**
- **Test**
Each environment includes variables for:
- `base_url`
- `username` and `password` for `/auth` requests