1
0
mirror of https://github.com/immich-app/immich.git synced 2025-01-04 13:14:29 +02:00
immich/mobile/openapi/doc/UserResponseDto.md
Fynn Petersen-Frey 47f5e4134e
feat(mobile): use cached asset info if unchanged instead of downloading all assets (#1017)
* feat(mobile): use cached asset info if unchanged instead of downloading all assets

This adds an HTTP ETag to the getAllAssets endpoint and client-side support in the app.
If locally cache content is identical to the content on the server, the potentially large list of all assets does not need to be downloaded.

* use ts import instead of require
2022-11-26 10:16:02 -06:00

706 B
Generated

openapi.model.UserResponseDto

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
id String
email String
firstName String
lastName String
createdAt String
profileImagePath String
shouldChangePassword bool
isAdmin bool
deletedAt DateTime [optional]

[Back to Model list] [Back to API list] [Back to README]