|
Revision 3, 464 bytes
(checked in by olly, 6 months ago)
|
Renaming files to .php extension.
|
| Line | |
|---|
| 1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
|---|
| 2 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
|---|
| 3 |
<head> |
|---|
| 4 |
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/> |
|---|
| 5 |
<title> |
|---|
| 6 |
Bus Tracker API |
|---|
| 7 |
</title> |
|---|
| 8 |
</head> |
|---|
| 9 |
<body> |
|---|
| 10 |
<p> |
|---|
| 11 |
Hello! You can request data via one of the following methods: |
|---|
| 12 |
</p> |
|---|
| 13 |
<ul> |
|---|
| 14 |
<li>bustracker.departures.getNext parameters: bus_stop_code</li> |
|---|
| 15 |
</ul> |
|---|
| 16 |
</body> |
|---|
| 17 |
</html> |
|---|
| 18 |
|
|---|