const formatStopReq = (ctx, stopRef) => { return { // todo: there's also `StationDetails`, are there differences? meth: 'LocDetails', req: { locL: [stopRef] } } } export { formatStopReq, }