Qodex.ai
Qodex.ai
Introduction
Chain API Requests
list of usersupdate user
DataDrivenTesting
Create user - use CSV
DemoRestAPI
Get RequestGetRequest-Singal userPost RequestPostRequest-Login
Employee API
GET Request - EmployeesGET Request - EmployeeCreate userPUT UsersGET Users
Fake API Creation
All usersGet Singal USERCreate A userUpdate userDelete user
Introduction
Chain API Requests
list of usersupdate user
DataDrivenTesting
Create user - use CSV
DemoRestAPI
Get RequestGetRequest-Singal userPost RequestPostRequest-Login
Employee API
GET Request - EmployeesGET Request - EmployeeCreate userPUT UsersGET Users
Fake API Creation
All usersGet Singal USERCreate A userUpdate userDelete user
HomeFake API Creation

Fake API Creation

Number of APIs: 5

  1. All users GET {{url}}/uses

  2. Get Singal USER GET http://localhost:3000/uses/1

  3. Update user PUT {{URL}}/4

  4. Create A user POST http://localhost:3000/uses

  5. Delete user DELETE http://localhost:3000/uses/5

Previous
GET Users
Next
All users