aboutsummaryrefslogtreecommitdiff
path: root/shared/src/commonMain/kotlin/mx/trackermap/TrackerMap/client/apis/PositionsApi.kt
AgeCommit message (Collapse)Author
2022-01-26Implemented dependency injection with Swift property wrappersIván Ávalos
2022-01-25Refactored session handling into a shared SessionManager to prevent ↵Iván Ávalos
mutability and get it run in Native (untested!)
2022-01-20Fallback ApiClient to default URL, so pre-URL-switch-capable apps don't fail ↵Iván Ávalos
at login
2022-01-20Implemented feature to switch to different Traccar servers by URL and ↵Iván Ávalos
removed annoying auto-generated redundant qualifiers
2021-12-08WIP: Implements the basic structure for the units list/mapIsidro Henoch
- Updates the Devices and Positions APIs to properly construct the Url's query when there are null values - Adds a units controller to the shared module - Adds a devices and map fragment that each print the fetched units on the console - Adds a units view model to connect previously mentioned fragments with the units controller
2021-12-04Removed unneeded files and made API functions suspendingIván Ávalos
2021-12-03Added Swagger auto-generated API client (no Ktor yet)Iván Ávalos