UNPKG

@shuangbing/bmw-connected-drive

Version:

This package can be used to access the BMW ConnectedDrive services.

29 lines 1.26 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Constants = void 0; class Constants { } exports.Constants = Constants; Constants.LegacyServerEndpoints = { NorthAmerica: "b2vapi.bmwgroup.us", RestOfWorld: "b2vapi.bmwgroup.com", China: "b2vapi.bmwgroup.cn:8592" }; Constants.ServerEndpoints = { NorthAmerica: "cocoapi.bmwgroup.us", RestOfWorld: "cocoapi.bmwgroup.com", China: "myprofile.bmw.com.cn" }; Constants.OAuthAuthorizationKey = { NorthAmerica: "31e102f5-6f7e-7ef3-9044-ddce63891362", RestOfWorld: "4f1c85a3-758f-a37d-bbb6-f8704494acfa", China: "blF2NkNxdHhKdVhXUDc0eGYzQ0p3VUVQOjF6REh4NnVuNGNEanliTEVOTjNreWZ1bVgya0VZaWdXUGNRcGR2RFJwSUJrN3JPSg==" }; Constants.getVehicles = "/webapi/v1/user/vehicles"; Constants.getVehicleStatus = "/api/vehicle/dynamic/v1/{vehicleVin}"; Constants.executeRemoteServices = "/remoteservices/rsapi/v1/{vehicleVin}/{serviceType}"; Constants.statusRemoteServices = "/remoteservices/rsapi/v1/{vehicleVin}/state/execution"; Constants.sendMessage = "/api/vehicle/myinfo/v1/send"; Constants.getRemoteServices = "/api/vehicle/service/v1/{vehicleVin}"; Constants.vehicleRelationships = "/api/me/mapping/v4/status?brand=BM"; //# sourceMappingURL=Constants.js.map