Localhostified postman collection

This commit is contained in:
Leonetienne 2021-03-12 19:49:05 +01:00
parent 8c2b620da5
commit 7dbc94cff0

View File

@ -32,6 +32,33 @@
}, },
"response": [] "response": []
}, },
{
"name": "GetServerVersion",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"request\": \"kill_yourself\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "localhost:6969/api",
"host": [
"localhost"
],
"port": "6969",
"path": [
"api"
]
}
},
"response": []
},
{ {
"name": "DownloadVideo", "name": "DownloadVideo",
"request": { "request": {
@ -182,12 +209,9 @@
} }
}, },
"url": { "url": {
"raw": "192.168.1.12:6969/api", "raw": "localhost:6969/api",
"host": [ "host": [
"192", "localhost"
"168",
"1",
"12"
], ],
"port": "6969", "port": "6969",
"path": [ "path": [
@ -212,12 +236,9 @@
} }
}, },
"url": { "url": {
"raw": "192.168.1.12:6969/api", "raw": "localhost:6969/api",
"host": [ "host": [
"192", "localhost"
"168",
"1",
"12"
], ],
"port": "6969", "port": "6969",
"path": [ "path": [
@ -323,12 +344,9 @@
} }
}, },
"url": { "url": {
"raw": "192.168.1.12:6969/api", "raw": "localhost:6969/api",
"host": [ "host": [
"192", "localhost"
"168",
"1",
"12"
], ],
"port": "6969", "port": "6969",
"path": [ "path": [
@ -499,7 +517,33 @@
} }
}, },
"response": [] "response": []
},
{
"name": "ResetConfig to default",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"request\": \"reset_config_to_default_values\"\r\n}",
"options": {
"raw": {
"language": "json"
} }
}
},
"url": {
"raw": "localhost:6969/api",
"host": [
"localhost"
], ],
"protocolProfileBehavior": {} "port": "6969",
"path": [
"api"
]
}
},
"response": []
}
]
} }