git commit -m "feat: Mock-API über /api/mockData/webService erfolgreich implementiert 🚀
- JSON-Dateien aus /webServiceMockdata als echte API-Mocks verfügbar - API-Endpunkte unter /api/mockData/webService/ hinzugefügt - Fehlerhafte Platzhalter in den API-Handlern korrigiert - Alle Mock-URLs in config.js auf die neuen API-Routen umgestellt - Tests erfolgreich durchgeführt, Mock-API funktioniert einwandfrei"
This commit is contained in:
17
webServiceMockdata/GisStationsMeasurementsMock.json
Normal file
17
webServiceMockdata/GisStationsMeasurementsMock.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"Name": "Liste aller Messungen der Geraete",
|
||||
"Zeitstempel": "2025-03-07T09:20:03.1464368+01:00",
|
||||
"IdMap": "12",
|
||||
"Statis": [
|
||||
{
|
||||
"IdLD": 50951,
|
||||
"IdL": 24101,
|
||||
"IdDP": 3,
|
||||
"Na": "FBT",
|
||||
"Val": "5",
|
||||
"Unit": "°C",
|
||||
"Gr": "GMA",
|
||||
"Area_Name": "Rastede"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user