forked from Aerolab/frontend-developer-coding-challenge
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAerolab - Challenge.postman_collection.json
More file actions
59 lines (59 loc) · 970 Bytes
/
Aerolab - Challenge.postman_collection.json
File metadata and controls
59 lines (59 loc) · 970 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"info": {
"_postman_id": "68bfc58f-2f2e-454f-b06c-702c3b4c597b",
"name": "Aerolab - Challenge",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "31874366"
},
"item": [
{
"name": "Games Search",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/api/games-search?query=",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"games-search"
],
"query": [
{
"key": "query",
"value": ""
}
]
}
},
"response": []
},
{
"name": "Get Game by slug",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/api/game/:slug",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"game",
":slug"
],
"variable": [
{
"key": "slug",
"value": ""
}
]
}
},
"response": []
}
]
}