approved, byrokraatit, ylläpitäjät
0
muokkausta
Rivi 25: | Rivi 25: | ||
==Queries and Responses== | ==Queries and Responses== | ||
A client can access full list of LINES by making HTTP GET request to url http://example.com/journeys/lines/ | |||
This request would produce following response: | |||
<pre> | |||
{ | |||
"headers" : { | |||
"dataValidityPeriod" : { | |||
"validFrom" : "2014-05-01", | |||
"validTo" : "2014-06-30" | |||
} | |||
}, | |||
"data" : { | |||
"lines":[ | |||
{ | |||
"href" : "http://example.com/journeys/api/lines/123", | |||
"name" : "13", | |||
"description" : "Hermia - Lukonmäki - Keskustori - Tesoma - Lamminpää - Ylöjärvi" | |||
} | |||
] | |||
} | |||
} | |||
</pre> |