Skip to content

Commit a5ad3a6

Browse files
committed
Merge branch 'develop'
2 parents 2b52f86 + 9a7a500 commit a5ad3a6

14 files changed

+451
-25
lines changed

Category.postman_collection.json

Lines changed: 214 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,214 @@
1+
{
2+
"info": {
3+
"_postman_id": "0a0972ba-2dfb-4ff4-9d8a-daee3c8479e3",
4+
"name": "Category",
5+
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
6+
},
7+
"item": [
8+
{
9+
"name": "https://localhost:8443/api/admin/categories",
10+
"request": {
11+
"method": "GET",
12+
"header": [],
13+
"url": {
14+
"raw": "https://localhost:8443/api/admin/categories",
15+
"protocol": "https",
16+
"host": [
17+
"localhost"
18+
],
19+
"port": "8443",
20+
"path": [
21+
"api",
22+
"admin",
23+
"categories"
24+
]
25+
}
26+
},
27+
"response": []
28+
},
29+
{
30+
"name": "https://localhost:8443/api/admin/categories/6",
31+
"request": {
32+
"method": "GET",
33+
"header": [],
34+
"url": {
35+
"raw": "https://localhost:8443/api/admin/categories/6",
36+
"protocol": "https",
37+
"host": [
38+
"localhost"
39+
],
40+
"port": "8443",
41+
"path": [
42+
"api",
43+
"admin",
44+
"categories",
45+
"6"
46+
]
47+
}
48+
},
49+
"response": []
50+
},
51+
{
52+
"name": "https://localhost:8443/api/admin/categories",
53+
"request": {
54+
"method": "POST",
55+
"header": [],
56+
"body": {
57+
"mode": "raw",
58+
"raw": "{\r\n \"title\": \"alimentación\",\r\n \"description\": \"Encuentra productos de alimentación de todas partes del mundo\",\r\n \"icon\": \"utensils\"\r\n}",
59+
"options": {
60+
"raw": {
61+
"language": "json"
62+
}
63+
}
64+
},
65+
"url": {
66+
"raw": "https://localhost:8443/api/admin/categories",
67+
"protocol": "https",
68+
"host": [
69+
"localhost"
70+
],
71+
"port": "8443",
72+
"path": [
73+
"api",
74+
"admin",
75+
"categories"
76+
]
77+
}
78+
},
79+
"response": []
80+
},
81+
{
82+
"name": "https://localhost:8443/api/admin/categories/8",
83+
"request": {
84+
"method": "PUT",
85+
"header": [],
86+
"body": {
87+
"mode": "raw",
88+
"raw": "{\r\n \"title\": \"Cosmética\",\r\n \"description\": \"Encuentra los mejores productos de cosmética del mercado en Wallypop\",\r\n \"icon\": \"spa\"\r\n}",
89+
"options": {
90+
"raw": {
91+
"language": "json"
92+
}
93+
}
94+
},
95+
"url": {
96+
"raw": "https://localhost:8443/api/admin/categories/8",
97+
"protocol": "https",
98+
"host": [
99+
"localhost"
100+
],
101+
"port": "8443",
102+
"path": [
103+
"api",
104+
"admin",
105+
"categories",
106+
"8"
107+
]
108+
}
109+
},
110+
"response": []
111+
},
112+
{
113+
"name": "https://localhost:8443/api/admin/categories/8",
114+
"request": {
115+
"method": "DELETE",
116+
"header": [],
117+
"url": {
118+
"raw": "https://localhost:8443/api/admin/categories/8",
119+
"protocol": "https",
120+
"host": [
121+
"localhost"
122+
],
123+
"port": "8443",
124+
"path": [
125+
"api",
126+
"admin",
127+
"categories",
128+
"8"
129+
]
130+
}
131+
},
132+
"response": []
133+
},
134+
{
135+
"name": "https://localhost:8443/api/admin/categories/7/image",
136+
"request": {
137+
"method": "GET",
138+
"header": [],
139+
"url": {
140+
"raw": "https://localhost:8443/api/admin/categories/7/image",
141+
"protocol": "https",
142+
"host": [
143+
"localhost"
144+
],
145+
"port": "8443",
146+
"path": [
147+
"api",
148+
"admin",
149+
"categories",
150+
"7",
151+
"image"
152+
]
153+
}
154+
},
155+
"response": []
156+
},
157+
{
158+
"name": "https://localhost:8443/api/admin/categories/7/image",
159+
"request": {
160+
"method": "DELETE",
161+
"header": [],
162+
"url": {
163+
"raw": "https://localhost:8443/api/admin/categories/7/image",
164+
"protocol": "https",
165+
"host": [
166+
"localhost"
167+
],
168+
"port": "8443",
169+
"path": [
170+
"api",
171+
"admin",
172+
"categories",
173+
"7",
174+
"image"
175+
]
176+
}
177+
},
178+
"response": []
179+
},
180+
{
181+
"name": "https://localhost:8443/api/admin/categories/7/image",
182+
"request": {
183+
"method": "POST",
184+
"header": [],
185+
"body": {
186+
"mode": "formdata",
187+
"formdata": [
188+
{
189+
"key": "imageFile",
190+
"type": "file",
191+
"src": "/C:/Users/Sergio/Downloads/colonias.jpg"
192+
}
193+
]
194+
},
195+
"url": {
196+
"raw": "https://localhost:8443/api/admin/categories/7/image",
197+
"protocol": "https",
198+
"host": [
199+
"localhost"
200+
],
201+
"port": "8443",
202+
"path": [
203+
"api",
204+
"admin",
205+
"categories",
206+
"7",
207+
"image"
208+
]
209+
}
210+
},
211+
"response": []
212+
}
213+
]
214+
}

Favorites.postman_collection.json

Lines changed: 170 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,170 @@
1+
{
2+
"info": {
3+
"_postman_id": "a04e85ab-7327-42fa-8402-65d388cc2311",
4+
"name": "Favorites",
5+
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
6+
},
7+
"item": [
8+
{
9+
"name": "https://localhost:8443/api/favorites",
10+
"request": {
11+
"method": "GET",
12+
"header": [],
13+
"url": {
14+
"raw": "https://localhost:8443/api/favorites",
15+
"protocol": "https",
16+
"host": [
17+
"localhost"
18+
],
19+
"port": "8443",
20+
"path": [
21+
"api",
22+
"favorites"
23+
]
24+
}
25+
},
26+
"response": []
27+
},
28+
{
29+
"name": "https://localhost:8443/api/admin/favorites",
30+
"request": {
31+
"method": "GET",
32+
"header": [],
33+
"url": {
34+
"raw": "https://localhost:8443/api/admin/favorites",
35+
"protocol": "https",
36+
"host": [
37+
"localhost"
38+
],
39+
"port": "8443",
40+
"path": [
41+
"api",
42+
"admin",
43+
"favorites"
44+
]
45+
}
46+
},
47+
"response": []
48+
},
49+
{
50+
"name": "https://localhost:8443/api/admin/favorites/1/14",
51+
"request": {
52+
"method": "GET",
53+
"header": [],
54+
"url": {
55+
"raw": "https://localhost:8443/api/admin/favorites/1/14",
56+
"protocol": "https",
57+
"host": [
58+
"localhost"
59+
],
60+
"port": "8443",
61+
"path": [
62+
"api",
63+
"admin",
64+
"favorites",
65+
"1",
66+
"14"
67+
]
68+
}
69+
},
70+
"response": []
71+
},
72+
{
73+
"name": "https://localhost:8443/api/admin/favorites/2/14",
74+
"request": {
75+
"method": "POST",
76+
"header": [],
77+
"url": {
78+
"raw": "https://localhost:8443/api/admin/favorites/2/14",
79+
"protocol": "https",
80+
"host": [
81+
"localhost"
82+
],
83+
"port": "8443",
84+
"path": [
85+
"api",
86+
"admin",
87+
"favorites",
88+
"2",
89+
"14"
90+
]
91+
}
92+
},
93+
"response": []
94+
},
95+
{
96+
"name": "https://localhost:8443/api/admin/favorites/1/14",
97+
"request": {
98+
"method": "DELETE",
99+
"header": [],
100+
"body": {
101+
"mode": "raw",
102+
"raw": "{\r\n \"token\": \"Wallypop_$2a$10$7lpsPG.0q9284uq4RUveWucES8VkXql/5vxfD8rBDGKTxwbgcDR4K\"\r\n}",
103+
"options": {
104+
"raw": {
105+
"language": "json"
106+
}
107+
}
108+
},
109+
"url": {
110+
"raw": "https://localhost:8443/api/admin/favorites/1/14",
111+
"protocol": "https",
112+
"host": [
113+
"localhost"
114+
],
115+
"port": "8443",
116+
"path": [
117+
"api",
118+
"admin",
119+
"favorites",
120+
"1",
121+
"14"
122+
]
123+
}
124+
},
125+
"response": []
126+
},
127+
{
128+
"name": "https://localhost:8443/api/favorites/14",
129+
"request": {
130+
"method": "DELETE",
131+
"header": [],
132+
"url": {
133+
"raw": "https://localhost:8443/api/favorites/13",
134+
"protocol": "https",
135+
"host": [
136+
"localhost"
137+
],
138+
"port": "8443",
139+
"path": [
140+
"api",
141+
"favorites",
142+
"13"
143+
]
144+
}
145+
},
146+
"response": []
147+
},
148+
{
149+
"name": "https://localhost:8443/api/favorites/13",
150+
"request": {
151+
"method": "POST",
152+
"header": [],
153+
"url": {
154+
"raw": "https://localhost:8443/api/favorites/13",
155+
"protocol": "https",
156+
"host": [
157+
"localhost"
158+
],
159+
"port": "8443",
160+
"path": [
161+
"api",
162+
"favorites",
163+
"13"
164+
]
165+
}
166+
},
167+
"response": []
168+
}
169+
]
170+
}

0 commit comments

Comments
 (0)