UNPKG

mav-api-ts

Version:

Unofficial, experimental MÁV API library based on the requests by jegy.mav.hu

20 lines (19 loc) 945 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ApiBaseUrl = exports.ApiEndpoint = exports.ApiSection = void 0; var ApiSection; (function (ApiSection) { ApiSection["InformationApi"] = "InformationApi"; ApiSection["OfferRequestApi"] = "OfferRequestApi"; ApiSection["BaseDataApi"] = "BaseDataApi"; })(ApiSection = exports.ApiSection || (exports.ApiSection = {})); var ApiEndpoint; (function (ApiEndpoint) { ApiEndpoint["GetTimetable"] = "GetTimetable"; ApiEndpoint["GetOfferRequest"] = "GetOfferRequest"; ApiEndpoint["GetStationList"] = "GetStationList"; ApiEndpoint["GetServicesAndSearchServices"] = "GetServicesAndSearchServices"; ApiEndpoint["GetCustomersAndDiscounts"] = "GetCustomersAndDiscounts"; ApiEndpoint["GetParams"] = "GetParams"; })(ApiEndpoint = exports.ApiEndpoint || (exports.ApiEndpoint = {})); exports.ApiBaseUrl = 'https://jegy-a.mav.hu/IK_API_PROD/api';