15 lines
407 B
HTML
15 lines
407 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>API Overview</title>
|
|
</head>
|
|
<body>
|
|
<p>Java client for URA based public transport APIs.</p>
|
|
<p>
|
|
This client allows to simply connect any Java application to the public transport API to implement a monitor for the
|
|
local bus station or any other custom queries. API versions 1.x and 2.x are supported.
|
|
</p>
|
|
</body>
|
|
</html>
|