docs: [Zurück zur Übersicht](../README.md) in Alle in README für jeder Verzeichnis
This commit is contained in:
8
docs/redux/thunks/webservice/README.md
Normal file
8
docs/redux/thunks/webservice/README.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# 📄 Übersicht: docs/redux/thunks/webservice
|
||||
|
||||
- [fetchGisLinesStatusThunk](fetchGisLinesStatusThunk.md)
|
||||
- [fetchGisStationsMeasurementsThunk](fetchGisStationsMeasurementsThunk.md)
|
||||
- [fetchGisStationsStaticDistrictThunk](fetchGisStationsStaticDistrictThunk.md)
|
||||
- [fetchGisStationsStatusDistrictThunk](fetchGisStationsStatusDistrictThunk.md)
|
||||
- [fetchGisSystemStaticThunk](fetchGisSystemStaticThunk.md)
|
||||
- [fetchUserRightsThunk](fetchUserRightsThunk.md)
|
||||
@@ -13,4 +13,8 @@ dispatch(fetchGisLinesStatusThunk());
|
||||
## Intern
|
||||
|
||||
- Ruft `fetchGisLinesStatusService()` auf
|
||||
- Fehlerbehandlung per `rejectWithValue(error.message)`
|
||||
- Fehlerbehandlung per `rejectWithValue(error.message)`
|
||||
|
||||
---
|
||||
|
||||
[Zurück zur Übersicht](../../../README.md)
|
||||
|
||||
@@ -12,4 +12,8 @@ dispatch(fetchGisStationsMeasurementsThunk());
|
||||
|
||||
## Intern
|
||||
|
||||
- Ruft `fetchGisStationsMeasurementsService()` auf
|
||||
- Ruft `fetchGisStationsMeasurementsService()` auf
|
||||
|
||||
---
|
||||
|
||||
[Zurück zur Übersicht](../../../README.md)
|
||||
|
||||
@@ -12,4 +12,8 @@ dispatch(fetchGisStationsStaticDistrictThunk());
|
||||
|
||||
## Intern
|
||||
|
||||
- Ruft `fetchGisStationsStaticDistrictService()` auf
|
||||
- Ruft `fetchGisStationsStaticDistrictService()` auf
|
||||
|
||||
---
|
||||
|
||||
[Zurück zur Übersicht](../../../README.md)
|
||||
|
||||
@@ -12,4 +12,8 @@ dispatch(fetchGisStationsStatusDistrictThunk());
|
||||
|
||||
## Intern
|
||||
|
||||
- Ruft `fetchGisStationsStatusDistrictService()` auf
|
||||
- Ruft `fetchGisStationsStatusDistrictService()` auf
|
||||
|
||||
---
|
||||
|
||||
[Zurück zur Übersicht](../../../README.md)
|
||||
|
||||
@@ -12,4 +12,8 @@ dispatch(fetchGisSystemStaticThunk());
|
||||
|
||||
## Intern
|
||||
|
||||
- Ruft `fetchGisSystemStaticService()` auf
|
||||
- Ruft `fetchGisSystemStaticService()` auf
|
||||
|
||||
---
|
||||
|
||||
[Zurück zur Übersicht](../../../README.md)
|
||||
|
||||
@@ -13,4 +13,8 @@ dispatch(fetchUserRightsThunk());
|
||||
## Intern
|
||||
|
||||
- Ruft `fetchUserRightsService()` auf
|
||||
- Fehlerbehandlung per `rejectWithValue(error.message)`
|
||||
- Fehlerbehandlung per `rejectWithValue(error.message)`
|
||||
|
||||
---
|
||||
|
||||
[Zurück zur Übersicht](../../../README.md)
|
||||
|
||||
Reference in New Issue
Block a user