-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcollection3.json
More file actions
40 lines (40 loc) · 901 Bytes
/
Copy pathcollection3.json
File metadata and controls
40 lines (40 loc) · 901 Bytes
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
{
"meta": {
"format": "httpie-workspace-v1",
"version": "1.0.0",
"contentType": "application/vnd.httpie.workspace+json",
"schema": "https://httpie.io/schemas/httpie-workspace-v1.json",
"docs": "https://httpie.io/docs/cli/sharing-and-collaboration",
"source": "httpie-desktop-app"
},
"entry": {
"name": "Collection 3",
"icon": {
"name": "folder",
"color": "#45B7D1"
},
"auth": {
"type": "none"
},
"requests": [
{
"name": "Get Orders",
"url": "https://api.example.com/orders",
"method": "GET",
"headers": [],
"queryParams": [],
"pathParams": [],
"auth": {
"type": "bearer",
"credentials": {
"password": "{{token}}"
}
},
"body": {
"type": "none"
}
}
],
"collections": []
}
}