Skip to content

Commit

Permalink
Merge pull request #34 from jpsingleton/station-codes
Browse files Browse the repository at this point in the history
Normalise line endings of CRS example response with rest of index page
  • Loading branch information
jpsingleton committed May 2, 2015
2 parents cc4fac8 + 1358701 commit 19c9a4e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/Huxley/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,17 +116,17 @@ <h4>CRS Station Codes</h4>
If <code>query</code> is provided then only station names matching it will be returned along with their CRS codes.
</p>
<p>Example response for<code>/crs/oswald</code>:</p>
<pre>
[
{
"stationName": "Church & Oswaldtwistle",
"crsCode": "CTW"
},
{
"stationName": "Lazonby & Kirkoswald",
"crsCode": "LZB"
}
]
<pre>
[
{
"stationName": "Church & Oswaldtwistle",
"crsCode": "CTW"
},
{
"stationName": "Lazonby & Kirkoswald",
"crsCode": "LZB"
}
]
</pre>
<h3>Service</h3>
<p><code><a href="/service/Z/zlpIG8jJacKayAnOXODw==?accessToken=">/service/[Service ID]?accessToken=[Your GUID token]</a></code></p>
Expand Down

0 comments on commit 19c9a4e

Please sign in to comment.