Skip to content

Commit 91da5a6

Browse files
committed
Updated postman.
1 parent 07d71f5 commit 91da5a6

File tree

1 file changed

+131
-1
lines changed

1 file changed

+131
-1
lines changed

xml-project.postman_collection.json

+131-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"info": {
3-
"_postman_id": "acca805a-ca4b-47f1-ab5e-ebba7ce28156",
3+
"_postman_id": "0c457fee-829a-4bd2-9644-0507e05e60d0",
44
"name": "xml-project",
55
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
66
},
@@ -369,6 +369,136 @@
369369
}
370370
},
371371
"response": []
372+
},
373+
{
374+
"name": "getClosestStation",
375+
"request": {
376+
"method": "GET",
377+
"header": [],
378+
"url": {
379+
"raw": "http://localhost:8080/closestStation/?latitude=45.748261&longitude=21.219212",
380+
"protocol": "http",
381+
"host": [
382+
"localhost"
383+
],
384+
"port": "8080",
385+
"path": [
386+
"closestStation",
387+
""
388+
],
389+
"query": [
390+
{
391+
"key": "latitude",
392+
"value": "45.748261"
393+
},
394+
{
395+
"key": "longitude",
396+
"value": "21.219212"
397+
}
398+
]
399+
},
400+
"description": "Get closest station based on given latitude and longitude.\n"
401+
},
402+
"response": []
403+
},
404+
{
405+
"name": "getLastArrivalForStation",
406+
"request": {
407+
"method": "GET",
408+
"header": [],
409+
"url": {
410+
"raw": "http://0.0.0.0:8080/lastArrival/5841",
411+
"protocol": "http",
412+
"host": [
413+
"0",
414+
"0",
415+
"0",
416+
"0"
417+
],
418+
"port": "8080",
419+
"path": [
420+
"lastArrival",
421+
"5841"
422+
]
423+
}
424+
},
425+
"response": []
426+
},
427+
{
428+
"name": "getAllArrivalsForStation",
429+
"request": {
430+
"method": "GET",
431+
"header": [],
432+
"url": {
433+
"raw": "http://0.0.0.0:8080/allArrivals/5841",
434+
"protocol": "http",
435+
"host": [
436+
"0",
437+
"0",
438+
"0",
439+
"0"
440+
],
441+
"port": "8080",
442+
"path": [
443+
"allArrivals",
444+
"5841"
445+
]
446+
}
447+
},
448+
"response": []
449+
},
450+
{
451+
"name": "getAllDeparturesForStation",
452+
"request": {
453+
"method": "GET",
454+
"header": [],
455+
"url": {
456+
"raw": "http://0.0.0.0:8080/allDepartures/5841",
457+
"protocol": "http",
458+
"host": [
459+
"0",
460+
"0",
461+
"0",
462+
"0"
463+
],
464+
"port": "8080",
465+
"path": [
466+
"allDepartures",
467+
"5841"
468+
],
469+
"query": [
470+
{
471+
"key": "",
472+
"value": null,
473+
"disabled": true
474+
}
475+
]
476+
}
477+
},
478+
"response": []
479+
},
480+
{
481+
"name": "getLastDepartureForStation",
482+
"request": {
483+
"method": "GET",
484+
"header": [],
485+
"url": {
486+
"raw": "http://0.0.0.0:8080/lastDeparture/5841",
487+
"protocol": "http",
488+
"host": [
489+
"0",
490+
"0",
491+
"0",
492+
"0"
493+
],
494+
"port": "8080",
495+
"path": [
496+
"lastDeparture",
497+
"5841"
498+
]
499+
}
500+
},
501+
"response": []
372502
}
373503
]
374504
}

0 commit comments

Comments
 (0)