From 1358701ec8875acf0889eadb887afb7f3b69d4c5 Mon Sep 17 00:00:00 2001 From: jpsingleton Date: Sat, 2 May 2015 17:33:06 +0100 Subject: [PATCH] Normalise line endings of CRS example response with rest of index page --- src/Huxley/index.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/Huxley/index.html b/src/Huxley/index.html index b2a29bb..b23f4c4 100644 --- a/src/Huxley/index.html +++ b/src/Huxley/index.html @@ -116,17 +116,17 @@

CRS Station Codes

If query is provided then only station names matching it will be returned along with their CRS codes.

Example response for/crs/oswald:

-
-[
-  {
-    "stationName": "Church & Oswaldtwistle",
-    "crsCode": "CTW"
-  },
-  {
-    "stationName": "Lazonby & Kirkoswald",
-    "crsCode": "LZB"
-  }
-]
+        
+[
+  {
+    "stationName": "Church & Oswaldtwistle",
+    "crsCode": "CTW"
+  },
+  {
+    "stationName": "Lazonby & Kirkoswald",
+    "crsCode": "LZB"
+  }
+]
 

Service

/service/[Service ID]?accessToken=[Your GUID token]