-
Notifications
You must be signed in to change notification settings - Fork 0
/
Box-React.postman_collection.json
106 lines (106 loc) · 1.91 KB
/
Box-React.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
{
"info": {
"_postman_id": "7de34d26-553a-4a71-be91-b22462e0fe99",
"name": "Box-React",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "boxes-store",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"name": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n\t\"title\":\"teste\"\n}"
},
"url": {
"raw": "{{host}}/boxes",
"host": [
"{{host}}"
],
"path": [
"boxes"
]
}
},
"response": []
},
{
"name": "boxes view",
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"name": "Content-Type",
"value": "application/x-www-form-urlencoded",
"type": "text"
}
],
"url": {
"raw": "{{host}}/boxes/5cdcc793620f164d4e3fe9d5",
"host": [
"{{host}}"
],
"path": [
"boxes",
"5cdcc793620f164d4e3fe9d5"
]
}
},
"response": []
},
{
"name": "boxes store file",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"name": "Content-Type",
"value": "application/x-www-form-urlencoded",
"type": "text"
}
],
"body": {
"mode": "formdata",
"formdata": [
{
"key": "file",
"type": "file",
"src": "/home/edeno/Imagens/Screenshot_2019-03-29-08-34-10-951_com.android.chrome.jpg"
}
]
},
"url": {
"raw": "{{host}}/boxes/5cdcc793620f164d4e3fe9d5/files",
"host": [
"{{host}}"
],
"path": [
"boxes",
"5cdcc793620f164d4e3fe9d5",
"files"
]
}
},
"response": []
}
],
"variable": [
{
"id": "9d3d4442-6273-41c8-a2c1-9b965135c770",
"key": "host",
"value": "http://localhost:3333",
"type": "string"
}
]
}