timetable-mgr/src/cif/constants.go

8 lines
422 B
Go
Raw Normal View History

2024-03-28 22:47:08 +00:00
package cif
// The URL required for a daily update of the CIF Data - The 'day string' must be appended
2024-03-28 22:47:08 +00:00
const dailyUpdateUrl = "https://publicdatafeeds.networkrail.co.uk/ntrod/CifFileAuthenticate?type=CIF_ALL_UPDATE_DAILY&day=toc-update-"
// The URL required for a full fetch of the CIF Data
2024-03-28 22:47:08 +00:00
const fullUpdateUrl = "https://publicdatafeeds.networkrail.co.uk/ntrod/CifFileAuthenticate?type=CIF_ALL_FULL_DAILY&day=toc-full"