Skip to content

Commit

Permalink
feat: add rest-client for all services
Browse files Browse the repository at this point in the history
  • Loading branch information
meysamhadeli committed Dec 13, 2023
1 parent da77876 commit 5823fda
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions booking.rest
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ authorization: Bearer {{Login.response.body.access.token}}

###
# @name Update_User
PUT {{identity-api}}/api/v1/user/update?id=3
PUT {{identity-api}}/api/v1/user/update?id=2
accept: application/json
Content-Type: application/json
authorization: Bearer {{Login.response.body.access.token}}
Expand All @@ -85,7 +85,7 @@ authorization: Bearer {{Login.response.body.access.token}}

###
# @name Delete_User
DELETE {{identity-api}}/api/v1/user/delete?id=1
DELETE {{identity-api}}/api/v1/user/delete?id=2
accept: application/json
Content-Type: application/json
authorization: Bearer {{Login.response.body.access.token}}
Expand Down Expand Up @@ -118,7 +118,7 @@ GET {{flight-api}}

###
# @name Create_Airport
POST {{flight-api}}/api/v1/airport/airport
POST {{flight-api}}/api/v1/airport/create
accept: application/json
Content-Type: application/json
authorization: Bearer {{Login.response.body.access.token}}
Expand Down
2 changes: 1 addition & 1 deletion src/booking/dist/tsconfig.tsbuildinfo

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/passenger/dist/tsconfig.tsbuildinfo

Large diffs are not rendered by default.

0 comments on commit 5823fda

Please sign in to comment.