UNPKG

@drfrost/bods-js

Version:

JavaScript client for the UK's Bus Open Data Service (BODS) API

8 lines 748 B
export { BODSClient } from './bods-client.js'; export { HttpClient, HttpClientError, TimetablesClient, FaresClient, AVLClient, DisruptionsClient } from './client/index.js'; export type { HttpResponse } from './client/index.js'; export type { ApiConfig, ErrorResponse, PaginationParams, PaginatedResponse, DateRangeParams, BoundingBox, AdminArea, Locality, DataQualityRating, DatasetStatus, Timetable, TimetableResponse, TimetableSearchParams, Fares, FaresResponse, FaresSearchParams, AVLSearchParams, GTFSRTSearchParams, SIRIVMData, GTFSRTData, DisruptionData, ParsedDisruption } from './types/index.js'; export * from './utils/index.js'; import { BODSClient } from './bods-client.js'; export default BODSClient; //# sourceMappingURL=index.d.ts.map