-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.js
More file actions
62 lines (61 loc) · 2.85 KB
/
config.js
File metadata and controls
62 lines (61 loc) · 2.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
/**
* @const
*/
const Config = {
baseUrl: "https://gdcportalgw.its-mo.com/api_v200413_NE/gdc/",
initialAppString: "9s5rfKVuMrT03RtzajWNcA",
endPoints: {
acRemote: "ACRemoteRequest.php",
acRemoteCancel: "ACRemoteCancelRequest.php",
acRemoteNew: "ACRemoteNewRequest.php",
acRemoteOff: "ACRemoteOffRequest.php",
acRemoteOffResult: "ACRemoteOffResult.php",
acRemoteRecords: "RemoteACRecordsRequest.php",
acRemoteResult: "ACRemoteResult.php",
acRemoteStart: "ACRemoteStartRequest.php",
acRemoteUpdate: "ACRemoteUpdateRequest.php",
app: "InitialApp_v2.php",
batteryChargingCompletionRecords: "BatteryChargingCompletionRecordsRequest.php",
batteryRemoteCharging: "BatteryRemoteChargingRequest.php",
batteryRemoteChargingRecords: "RemoteBatteryChargingRecordsRequest.php",
batteryStatus: "BatteryStatusCheckRequest.php",
batteryStatusRecords: "BatteryStatusRecordsRequest.php",
batteryStatusResult: "BatteryStatusCheckResultRequest.php",
carFinder: "MyCarFinderRequest.php",
carFinderLatLng: "MyCarFinderLatLng.php",
carFinderResult: "MyCarFinderResultRequest.php",
carMapDetailCalender: "CarKarteDetailCalendarRequest.php",
carMapDetailInfo: "CarKarteDetailInfoRequest.php",
carMapDrivingNote: "CarKarteRegisterDrivingNoteRequest.php",
carMapGraph: "car_karte_graph.php",
carMapGraphInfo: "CarKarteGraphInfoRequest.php",
contactNumber: "GetContactNumberResponse.php",
countrySetting: "GetCountrySetting.php",
dateFormat: "dateformat.php",
driveAnalysis: "DriveAnalysisBasicScreenRequestEx.php",
driveAnalysisDetail: "DriveAnalysisDetailRequest.php",
ecoForestGraphInfo: "EcoForestGraphInfoRequest.php",
ecoForestReset: "EcoForestResetRequest.php",
ecoForestWorld: "world_eco_forest.php",
login: "UserLoginRequest.php",
missingRecords: "PluginMissingRecordsRequest.php",
nationalRanking: "national_ranking_info.php",
nationalRankingGraph: "national_ranking_graph.php",
nationalRankings: "NationalRankingBasicScreenRequest.php",
notificationHistory: "GetNotificationHistory.php",
pathView: "PathViewer.php",
preferenceNotification: "GetPreferenceNotification.php",
preferenceNotificationRegister: "RegisterPreferenceNotification.php",
priceSimulator: "PriceSimulatorDetailInfoRequest.php",
priceSimulatorElectricPrice: "PriceSimulatorRegisterElectricPriceRequest.php",
priceSimulatorMapData: "PriceSimulatorGetMapDataInfoRequest.php",
regionSetting: "GetRegionSetting.php",
routePlanner: "RoutePlanner.php",
scheduledACRemote: "GetScheduledACRemoteRequest.php",
vehicleInfo: "GetVehicleInfoRequest.php",
worldRankingEntryCode: "WorldRankingRegisterEntryCodeRequest.php",
worldRankingTop100: "WorldRankingTop100InfoRequestEx.php",
worldRankingTopInfo: "WorldRankingTopInfoRequest.php"
}
};
module.exports = Config;