mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
parent
227ff70b6e
commit
ae8dad68fc
9 changed files with 215 additions and 5 deletions
|
|
@ -35,6 +35,7 @@ class ApiService implements Authentication {
|
|||
late ViewsApi viewApi;
|
||||
late MemoriesApi memoriesApi;
|
||||
late SessionsApi sessionsApi;
|
||||
late TagsApi tagsApi;
|
||||
|
||||
ApiService() {
|
||||
// The below line ensures that the api clients are initialized when the service is instantiated
|
||||
|
|
@ -74,6 +75,7 @@ class ApiService implements Authentication {
|
|||
viewApi = ViewsApi(_apiClient);
|
||||
memoriesApi = MemoriesApi(_apiClient);
|
||||
sessionsApi = SessionsApi(_apiClient);
|
||||
tagsApi = TagsApi(_apiClient);
|
||||
}
|
||||
|
||||
Future<void> _setUserAgentHeader() async {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue