Skip to content

Commit

Permalink
Updated docs for via and limit. Fixes #27, documents #51.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrgn committed Apr 8, 2012
1 parent 9f95118 commit 1290bdc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions web/index.html
Expand Up @@ -209,6 +209,12 @@ <h4>Request Parameters</h4>
<td>Specifies the arrival location of the connection</td>
<td>Genève</td>
</tr>
<tr>
<td><code>via</code></td>
<td>optional</td>
<td>Specifies up to five via locations. When specifying several vias, array notation (<code>via[]=via1&amp;via[]=via2</code>) is required.</td>
<td>Bern</td>
</tr>
<tr>
<td><code>date</code></td>
<td>optional</td>
Expand All @@ -221,6 +227,12 @@ <h4>Request Parameters</h4>
<td>Time of the connection, in the format hh:mm</td>
<td>17:30</td>
</tr>
<tr>
<td><code>limit</code></td>
<td>optional</td>
<td>1 - 6. Specifies the number of connections to return. If several connections depart at the same time they are counted as 1.</td>
<td>Bern</td>
</tr>
</tbody>
</table>

Expand Down

0 comments on commit 1290bdc

Please sign in to comment.