You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
163 lines
2.6 KiB
163 lines
2.6 KiB
{
|
|
"info": {
|
|
"_postman_id": "912bacbb-48f5-4c0d-93da-c462526237a0",
|
|
"name": "webApp230415_casino",
|
|
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
|
|
"_exporter_id": "26683763"
|
|
},
|
|
"item": [
|
|
{
|
|
"name": "get list",
|
|
"request": {
|
|
"method": "GET",
|
|
"header": [],
|
|
"url": {
|
|
"raw": "{{baseurl}}",
|
|
"host": [
|
|
"{{baseurl}}"
|
|
]
|
|
}
|
|
},
|
|
"response": []
|
|
},
|
|
{
|
|
"name": "add (query)",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"url": {
|
|
"raw": "{{baseurl}}game?name=klasdlkasdasd&cash=19992",
|
|
"host": [
|
|
"{{baseurl}}game"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "name",
|
|
"value": "klasdlkasdasd"
|
|
},
|
|
{
|
|
"key": "cash",
|
|
"value": "19992"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"response": []
|
|
},
|
|
{
|
|
"name": "patch (state)",
|
|
"request": {
|
|
"method": "PATCH",
|
|
"header": [
|
|
{
|
|
"key": "field",
|
|
"value": "1",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"url": {
|
|
"raw": "{{baseurl}}game/fd026a8b77b5447181d56883bf7e09b5",
|
|
"host": [
|
|
"{{baseurl}}game"
|
|
],
|
|
"path": [
|
|
"fd026a8b77b5447181d56883bf7e09b5"
|
|
]
|
|
}
|
|
},
|
|
"response": []
|
|
},
|
|
{
|
|
"name": "patch (state) Copy",
|
|
"request": {
|
|
"method": "DELETE",
|
|
"header": [
|
|
{
|
|
"key": "field",
|
|
"value": "1",
|
|
"type": "text",
|
|
"disabled": true
|
|
}
|
|
],
|
|
"url": {
|
|
"raw": "{{baseurl}}game/9627d141762740b5a74737931c6230b5",
|
|
"host": [
|
|
"{{baseurl}}game"
|
|
],
|
|
"path": [
|
|
"9627d141762740b5a74737931c6230b5"
|
|
]
|
|
}
|
|
},
|
|
"response": []
|
|
},
|
|
{
|
|
"name": "add (form)",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "formdata",
|
|
"formdata": [
|
|
{
|
|
"key": "name",
|
|
"value": "asdadsfaf",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "cash",
|
|
"value": "20243",
|
|
"type": "text"
|
|
}
|
|
]
|
|
},
|
|
"url": {
|
|
"raw": "{{baseurl}}gameForm",
|
|
"host": [
|
|
"{{baseurl}}gameForm"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "name",
|
|
"value": "klasdlkasdasd",
|
|
"disabled": true
|
|
},
|
|
{
|
|
"key": "cash",
|
|
"value": "19992",
|
|
"disabled": true
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"response": []
|
|
}
|
|
],
|
|
"event": [
|
|
{
|
|
"listen": "prerequest",
|
|
"script": {
|
|
"type": "text/javascript",
|
|
"exec": [
|
|
""
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"listen": "test",
|
|
"script": {
|
|
"type": "text/javascript",
|
|
"exec": [
|
|
""
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"variable": [
|
|
{
|
|
"key": "baseurl",
|
|
"value": "http://localhost:5091/v1/casino/",
|
|
"type": "string"
|
|
}
|
|
]
|
|
}
|