-
Notifications
You must be signed in to change notification settings - Fork 0
/
Flask REST API challenge.postman_collection.json
67 lines (67 loc) · 1.95 KB
/
Flask REST API challenge.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
{
"info": {
"_postman_id": "8602c02c-52ee-4dd5-9d49-0e97bbe54f4d",
"name": "Flask REST API challenge",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "http://localhost:5000/",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://localhost:5000",
"protocol": "http",
"host": [
"localhost"
],
"port": "5000"
}
},
"response": [
{
"name": "http://localhost:5000/",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "http://localhost:5000/",
"protocol": "http",
"host": [
"localhost"
],
"port": "5000",
"path": [
""
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Content-Length",
"value": "566"
},
{
"key": "Server",
"value": "Werkzeug/2.0.3 Python/3.10.4"
},
{
"key": "Date",
"value": "Sat, 09 Apr 2022 14:50:36 GMT"
}
],
"cookie": [],
"body": "[\n {\n \"completed\": false,\n \"id\": 1,\n \"title\": \"delectus aut autem\",\n \"userId\": 1\n },\n {\n \"completed\": false,\n \"id\": 2,\n \"title\": \"quis ut nam facilis et officia qui\",\n \"userId\": 1\n },\n {\n \"completed\": false,\n \"id\": 3,\n \"title\": \"fugiat veniam minus\",\n \"userId\": 1\n },\n {\n \"completed\": true,\n \"id\": 4,\n \"title\": \"et porro tempora\",\n \"userId\": 1\n },\n {\n \"completed\": false,\n \"id\": 5,\n \"title\": \"laboriosam mollitia et enim quasi adipisci quia provident illum\",\n \"userId\": 1\n }\n]"
}
]
}
]
}