Skip to content

Commit

Permalink
update add url variable
Browse files Browse the repository at this point in the history
  • Loading branch information
AgneKal committed Oct 7, 2024
1 parent de8cfbf commit e8788e6
Showing 1 changed file with 27 additions and 44 deletions.
71 changes: 27 additions & 44 deletions postman/Automation-exercise.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,9 @@
"method": "GET",
"header": [],
"url": {
"raw": "https://automationexercise.com/api/productsList",
"protocol": "https",
"raw": "{{url}}/api/productsList",
"host": [
"automationexercise",
"com"
"{{url}}"
],
"path": [
"api",
Expand Down Expand Up @@ -126,11 +124,9 @@
"method": "GET",
"header": [],
"url": {
"raw": "https://automationexercise.com/api/brandsList",
"protocol": "https",
"raw": "{{url}}/api/brandsList",
"host": [
"automationexercise",
"com"
"{{url}}"
],
"path": [
"api",
Expand Down Expand Up @@ -225,11 +221,9 @@
]
},
"url": {
"raw": "https://automationexercise.com/api/searchProduct",
"protocol": "https",
"raw": "{{url}}/api/searchProduct",
"host": [
"automationexercise",
"com"
"{{url}}"
],
"path": [
"api",
Expand Down Expand Up @@ -277,11 +271,9 @@
]
},
"url": {
"raw": "https://automationexercise.com/api/deleteAccount",
"protocol": "https",
"raw": "{{url}}/api/deleteAccount",
"host": [
"automationexercise",
"com"
"{{url}}"
],
"path": [
"api",
Expand Down Expand Up @@ -421,11 +413,9 @@
]
},
"url": {
"raw": "https://automationexercise.com/api/createAccount",
"protocol": "https",
"raw": "{{url}}/api/createAccount",
"host": [
"automationexercise",
"com"
"{{url}}"
],
"path": [
"api",
Expand Down Expand Up @@ -549,11 +539,9 @@
]
},
"url": {
"raw": "https://automationexercise.com/api/createAccount",
"protocol": "https",
"raw": "{{url}}/api/createAccount",
"host": [
"automationexercise",
"com"
"{{url}}"
],
"path": [
"api",
Expand Down Expand Up @@ -617,11 +605,9 @@
]
},
"url": {
"raw": "https://automationexercise.com/api/verifyLogin",
"protocol": "https",
"raw": "{{url}}/api/verifyLogin",
"host": [
"automationexercise",
"com"
"{{url}}"
],
"path": [
"api",
Expand Down Expand Up @@ -745,11 +731,9 @@
]
},
"url": {
"raw": "https://automationexercise.com/api/createAccount",
"protocol": "https",
"raw": "{{url}}/api/createAccount",
"host": [
"automationexercise",
"com"
"{{url}}"
],
"path": [
"api",
Expand Down Expand Up @@ -813,11 +797,9 @@
]
},
"url": {
"raw": "https://automationexercise.com/api/deleteAccount",
"protocol": "https",
"raw": "{{url}}/api/deleteAccount",
"host": [
"automationexercise",
"com"
"{{url}}"
],
"path": [
"api",
Expand Down Expand Up @@ -941,11 +923,9 @@
]
},
"url": {
"raw": "https://automationexercise.com/api/createAccount",
"protocol": "https",
"raw": "{{url}}/api/createAccount",
"host": [
"automationexercise",
"com"
"{{url}}"
],
"path": [
"api",
Expand Down Expand Up @@ -1085,11 +1065,9 @@
]
},
"url": {
"raw": "https://automationexercise.com/api/updateAccount",
"protocol": "https",
"raw": "{{url}}/api/updateAccount",
"host": [
"automationexercise",
"com"
"{{url}}"
],
"path": [
"api",
Expand Down Expand Up @@ -1140,6 +1118,11 @@
{
"key": "email",
"value": "john@post.kl"
},
{
"key": "url",
"value": "https://www.automationexercise.com",
"type": "string"
}
]
}

0 comments on commit e8788e6

Please sign in to comment.