UNPKG

tfl-ts

Version:

🚇 Fully-typed TypeScript client for Transport for London (TfL) API • Zero dependencies • Auto-generated types • Real-time arrivals • Journey planning • Universal compatibility

31 lines (30 loc) • 966 B
"use strict"; // Auto-generated from TfL Swagger API // Generated at: 2025-07-10T01:28:59.106Z Object.defineProperty(exports, "__esModule", { value: true }); exports.VEHICLE_DATA = void 0; exports.VEHICLE_DATA = { "section": "Vehicle", "endpoints": [ { "path": "/Vehicle/{ids}/Arrivals", "method": "GET", "summary": "Gets the predictions for a given list of vehicle Id's.", "parameters": [ { "name": "ids", "type": "any", "required": true, "description": "A comma-separated list of vehicle ids e.g. LX58CFV,LX11AZB,LX58CFE. Max approx. 25 ids." } ], "returnType": "Prediction[]", "deprecated": false, "tags": [ "Vehicle" ] } ], "totalEndpoints": 1, "generatedAt": "2025-07-10T01:28:59.106Z" };