-
Notifications
You must be signed in to change notification settings - Fork 0
/
RestAPI.postman_collection.json
66 lines (66 loc) · 986 Bytes
/
RestAPI.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
{
"info": {
"_postman_id": "1e5478c8-fab6-4bc9-be41-fab1b1e4bce4",
"name": "RestAPI",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "16653724"
},
"item": [
{
"name": "APIget",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "APIget",
"host": [
"APIget"
]
}
},
"response": []
},
{
"name": "APIpost",
"request": {
"method": "POST",
"header": [],
"url": {
"raw": "APIpost",
"host": [
"APIpost"
]
}
},
"response": []
},
{
"name": "APIput",
"request": {
"method": "PUT",
"header": [],
"url": {
"raw": "APIput",
"host": [
"APIput"
]
}
},
"response": []
},
{
"name": "APIdelete",
"request": {
"method": "DELETE",
"header": [],
"url": {
"raw": "APIdelete",
"host": [
"APIdelete"
]
}
},
"response": []
}
]
}