1
.test-tools/MULTIPLE-NRCC-MSG_API-EG-cdf.json
Normal file
1
.test-tools/MULTIPLE-NRCC-MSG_API-EG-cdf.json
Normal file
File diff suppressed because one or more lines are too long
1
.test-tools/NO-SERVICES_API-EG-pil.json
Normal file
1
.test-tools/NO-SERVICES_API-EG-pil.json
Normal file
@@ -0,0 +1 @@
|
||||
{"GetStationBoardResult":{"generatedAt":"2023-01-14T11:23:12.6558466+00:00","locationName":"Pilning","crs":"PIL","nrccMessages":{"message":"\nPoor weather affecting services in Wales due to flooding on the railway More details can be found in <a href=\"https://t.co/uBU966PUmX\">Latest Travel News</a>."},"platformAvailable":"true"}}
|
||||
1
.test-tools/all.json
Normal file
1
.test-tools/all.json
Normal file
File diff suppressed because one or more lines are too long
1
.test-tools/clean.json
Normal file
1
.test-tools/clean.json
Normal file
File diff suppressed because one or more lines are too long
15
.test-tools/compose.yaml
Normal file
15
.test-tools/compose.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
version: '3.1'
|
||||
|
||||
services:
|
||||
mongo:
|
||||
image: mongo:6.0-focal
|
||||
restart: always
|
||||
environment:
|
||||
MONGO_INITDB_ROOT_USERNAME: owl
|
||||
MONGO_INITDB_ROOT_PASSWORD: twittwoo
|
||||
volumes:
|
||||
- mongo-test:/data/db
|
||||
ports:
|
||||
- 27017:27017
|
||||
volumes:
|
||||
mongo-test:
|
||||
33
.test-tools/ferry-vc.json
Normal file
33
.test-tools/ferry-vc.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{"service":
|
||||
[
|
||||
{"sta":"16:07",
|
||||
"eta":"On time",
|
||||
"operator":"South Western Railway",
|
||||
"operatorCode":"SW",
|
||||
"serviceType":"ferry",
|
||||
"serviceID":"37782PHBR____",
|
||||
"origin":
|
||||
{"location":
|
||||
{"locationName":
|
||||
"Ryde Pier Head","crs":"RYP"
|
||||
}
|
||||
},
|
||||
"destination":
|
||||
{"location":
|
||||
{"locationName":"Portsmouth Harbour",
|
||||
"crs":"PMH"
|
||||
}
|
||||
},
|
||||
"previousCallingPoints":
|
||||
{"callingPointList":
|
||||
{"callingPoint":
|
||||
{"locationName":"Ryde Pier Head",
|
||||
"crs":"RYP",
|
||||
"st":"15:45",
|
||||
"et":"On time"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{"std":"16:15","etd":"On time","operator":"South Western Railway","operatorCode":"SW","serviceType":"ferry","serviceID":"37746PHBR____","origin":{"location":{"locationName":"Portsmouth Harbour","crs":"PMH"}},"destination":{"location":{"locationName":"Ryde Pier Head","crs":"RYP"}},"subsequentCallingPoints":{"callingPointList":{"callingPoint":
|
||||
{"locationName":"Ryde Pier Head","crs":"RYP","st":"16:37","et":"On time"}}}}]}
|
||||
Reference in New Issue
Block a user