docs: Markdown-Dokumentation für alle Services erstellt und in /docs/services/ abgelegt (v1.1.122)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# fetchGisStationsMeasurementsService
|
||||
|
||||
Lädt GIS-Messwerte über den TALAS WebService.
|
||||
|
||||
**URL-Aufbau:** `/ClientData/WebServiceMap.asmx/GisStationsMeasurements?idMap={idMap}&idUser={idUser}`
|
||||
|
||||
- Holt Daten direkt basierend auf der URL (?m= & ?u=).
|
||||
- Rückgabewert: `Statis[]`
|
||||
@@ -0,0 +1,8 @@
|
||||
# fetchGisStationsStaticDistrictService
|
||||
|
||||
Lädt GIS-Stationen (statisch) für Bezirke.
|
||||
|
||||
**Rückgabe:** `Points[]`
|
||||
|
||||
- Holt `idMap` und `idUser` aus der URL.
|
||||
- WebService: `GisStationsStaticDistrict`
|
||||
@@ -0,0 +1,7 @@
|
||||
# fetchGisStationsStatusDistrictService
|
||||
|
||||
Lädt den Status der GIS-Bezirksstationen.
|
||||
|
||||
**Rückgabe:** `Statis[]`
|
||||
|
||||
- Nutzt die WebService-URL `GisStationsStatusDistrict`.
|
||||
@@ -0,0 +1,6 @@
|
||||
# fetchGisStatusStationsService
|
||||
|
||||
Lädt GIS-Statusdaten mit Timeout.
|
||||
|
||||
- Erwartet `idMap` und `idUser` als Parameter.
|
||||
- Nutzt `fetchWithTimeout` mit 5s-Abbruchlogik.
|
||||
@@ -0,0 +1,6 @@
|
||||
# fetchGisSystemStaticService
|
||||
|
||||
Lädt Systemübersicht vom GIS WebService.
|
||||
|
||||
- Rückgabe: `Systems[]`
|
||||
- Liest `?m` und `?u` aus der URL.
|
||||
@@ -0,0 +1,6 @@
|
||||
# fetchUserRightsService
|
||||
|
||||
Lädt Benutzerrechte über WebService.
|
||||
|
||||
- Falls `USE_MOCK_API` gesetzt ist → werden Fake-Daten zurückgegeben.
|
||||
- Rückgabe: Liste von `IdRight`
|
||||
Reference in New Issue
Block a user