aboutsummaryrefslogtreecommitdiff
path: root/shared/src/commonMain/kotlin/mx/trackermap/TrackerMap/client/apis/SessionApi.kt
AgeCommit message (Collapse)Author
2022-01-12Adds the user information functionalityIsidro Henoch
- Displays the user information - Allows the user to sign out
2021-12-06WIP: Adds the token persistanceIsidro Henoch
2021-12-05Adds x-www-form-urlencoded support to http clientIsidro Henoch
- Installs a serialization library - Installs a ktor logging library - Updates ApiClient to support x-www-form-urlencoded requests - Serializes the User data model
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