-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrobots_service.postman_collection.json
77 lines (77 loc) · 1.35 KB
/
robots_service.postman_collection.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"info": {
"_postman_id": "392b077b-04ec-4dc5-9d59-6312efe258c6",
"name": "robots_service",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "18547121"
},
"item": [
{
"name": "create robot 1",
"request": {
"auth": {
"type": "noauth"
},
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\"model\":\"R3\",\"version\":\"D2\",\"created\":\"2023-09-30 20:59:59\"}"
},
"url": {
"raw": "http://127.0.0.1:8000/robots/create/",
"protocol": "http",
"host": [
"127",
"0",
"0",
"1"
],
"port": "8000",
"path": [
"robots",
"create",
""
]
}
},
"response": []
},
{
"name": "create robot 2",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\"model\":\"R2\",\"version\":\"D2\",\"created\":\"2023-09-25 20:59:59\"}"
}
},
"response": []
},
{
"name": "create robot GET",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://127.0.0.1:8000/robots/create/",
"protocol": "http",
"host": [
"127",
"0",
"0",
"1"
],
"port": "8000",
"path": [
"robots",
"create",
""
]
}
},
"response": []
}
]
}