forked from o2r-project/api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
muncher.postman_collection.json
121 lines (121 loc) · 2.15 KB
/
muncher.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"variables": [],
"info": {
"name": "muncher",
"_postman_id": "49db9f06-128c-b848-559d-d4933e2f56c1",
"description": "",
"schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json"
},
"item": [
{
"name": "/api/v1/compendium",
"request": {
"url": "{{host}}/api/v1/compendium?limit=50&start=1",
"method": "GET",
"header": [],
"body": {
"mode": "formdata",
"formdata": []
},
"description": ""
},
"response": []
},
{
"name": "/api/v1/compendium/:id",
"request": {
"url": "{{host}}/api/v1/compendium/GZp2a",
"method": "GET",
"header": [],
"body": {
"mode": "formdata",
"formdata": []
},
"description": ""
},
"response": []
},
{
"name": "/api/v1/compendium",
"request": {
"url": "{{host}}/api/v1/compendium",
"method": "POST",
"header": [
{
"key": "X-API-Key",
"value": "CHANGE_ME",
"description": ""
}
],
"body": {
"mode": "formdata",
"formdata": [
{
"key": "content_type",
"value": "compendium_v1",
"type": "text",
"enabled": true
},
{
"key": "compendium",
"value": "compendium.zip",
"type": "file",
"enabled": true
}
]
},
"description": ""
},
"response": []
},
{
"name": "/api/v1/job",
"request": {
"url": "{{host}}/api/v1/job",
"method": "GET",
"header": [],
"body": {
"mode": "formdata",
"formdata": []
},
"description": ""
},
"response": []
},
{
"name": "/api/v1/job/:id",
"request": {
"url": "{{host}}/api/v1/job/zTPpd",
"method": "GET",
"header": [],
"body": {
"mode": "formdata",
"formdata": []
},
"description": ""
},
"response": []
},
{
"name": "/api/v1/job",
"request": {
"url": "{{host}}/api/v1/job",
"method": "POST",
"header": [],
"body": {
"mode": "formdata",
"formdata": [
{
"key": "compendium_id",
"value": "GZp2a",
"type": "text",
"enabled": true
}
]
},
"description": ""
},
"response": []
}
]
}