-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHelloWorldAPI.json
More file actions
122 lines (122 loc) · 3.59 KB
/
HelloWorldAPI.json
File metadata and controls
122 lines (122 loc) · 3.59 KB
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
122
{
"_type": "export",
"__export_format": 4,
"__export_date": "2023-02-20T16:22:10.635Z",
"__export_source": "insomnia.desktop.app:v2022.7.5",
"resources": [
{
"_id": "req_d19f3243ca654ef9bd4899c343dc9285",
"parentId": "wrk_af52fbe6a2ab4b0a8c2aeda5e992c1a5",
"modified": 1676910009800,
"created": 1676909987217,
"url": "http://localhost:5000",
"name": "Index",
"description": "",
"method": "GET",
"body": {},
"parameters": [],
"headers": [],
"authentication": {},
"metaSortKey": -1676909987217,
"isPrivate": false,
"settingStoreCookies": true,
"settingSendCookies": true,
"settingDisableRenderRequestBody": false,
"settingEncodeUrl": true,
"settingRebuildPath": true,
"settingFollowRedirects": "global",
"_type": "request"
},
{
"_id": "wrk_af52fbe6a2ab4b0a8c2aeda5e992c1a5",
"parentId": null,
"modified": 1676909732138,
"created": 1676909732138,
"name": "Hello, World!",
"description": "",
"scope": "collection",
"_type": "workspace"
},
{
"_id": "req_db57dd4f7beb4314956305651154a211",
"parentId": "wrk_af52fbe6a2ab4b0a8c2aeda5e992c1a5",
"modified": 1676910045928,
"created": 1676909751832,
"url": "localhost:5000/hello",
"name": "Hello, {Name}!",
"description": "",
"method": "POST",
"body": {
"mimeType": "application/json",
"text": "{\"name\":\"Fellow Builder\"}"
},
"parameters": [],
"headers": [{ "name": "Content-Type", "value": "application/json" }],
"authentication": {},
"metaSortKey": -1676909751832,
"isPrivate": false,
"settingStoreCookies": true,
"settingSendCookies": true,
"settingDisableRenderRequestBody": false,
"settingEncodeUrl": true,
"settingRebuildPath": true,
"settingFollowRedirects": "global",
"_type": "request"
},
{
"_id": "req_fc547523a1d54d75a0c3a0db6836b75a",
"parentId": "wrk_af52fbe6a2ab4b0a8c2aeda5e992c1a5",
"modified": 1676909750122,
"created": 1676909737410,
"url": "localhost:5000/hello",
"name": "Hello, User!",
"description": "",
"method": "GET",
"body": {},
"parameters": [],
"headers": [],
"authentication": {},
"metaSortKey": -1676909737410,
"isPrivate": false,
"settingStoreCookies": true,
"settingSendCookies": true,
"settingDisableRenderRequestBody": false,
"settingEncodeUrl": true,
"settingRebuildPath": true,
"settingFollowRedirects": "global",
"_type": "request"
},
{
"_id": "env_357913668d113733308aae372007f99edbacfca3",
"parentId": "wrk_af52fbe6a2ab4b0a8c2aeda5e992c1a5",
"modified": 1676909732141,
"created": 1676909732141,
"name": "Base Environment",
"data": {},
"dataPropertyOrder": null,
"color": null,
"isPrivate": false,
"metaSortKey": 1676909732141,
"_type": "environment"
},
{
"_id": "jar_357913668d113733308aae372007f99edbacfca3",
"parentId": "wrk_af52fbe6a2ab4b0a8c2aeda5e992c1a5",
"modified": 1676909732142,
"created": 1676909732142,
"name": "Default Jar",
"cookies": [],
"_type": "cookie_jar"
},
{
"_id": "spc_eae6127919bf4ce3a6977b8e8009cc92",
"parentId": "wrk_af52fbe6a2ab4b0a8c2aeda5e992c1a5",
"modified": 1676909732139,
"created": 1676909732139,
"fileName": "Hello, World!",
"contents": "",
"contentType": "yaml",
"_type": "api_spec"
}
]
}