forked from KaushikKoirala/mlip-api-lab
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmlip-api-lab-collection.json
More file actions
50 lines (50 loc) · 865 Bytes
/
Copy pathmlip-api-lab-collection.json
File metadata and controls
50 lines (50 loc) · 865 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
{
"info": {
"_postman_id": "409d1aa2-5c7f-4809-b253-e619b765978d",
"name": "mlip-api-lab-collection",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "Travel Itinerary Request",
"event": [
{
"listen": "test",
"script": {
"exec": [
""
],
"type": "text/javascript"
}
}
],
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://127.0.0.1:8000/api/v1/itinerary?destination=Venice",
"protocol": "http",
"host": [
"127",
"0",
"0",
"1"
],
"port": "8000",
"path": [
"api",
"v1",
"itinerary"
],
"query": [
{
"key": "destination",
"value": "<insert_destination_here>"
}
]
}
},
"response": []
}
]
}