feat: implement server api data source

This commit is contained in:
2026-06-01 11:31:05 -04:00
parent 4d7a3d3932
commit f2f387164b
3 changed files with 214 additions and 0 deletions
+1
View File
@@ -105,6 +105,7 @@ func (p *immichProvider) DataSources(ctx context.Context) []func() datasource.Da
NewAlbumsDataSource,
NewLibrariesDataSource,
NewActivitiesDataSource,
NewServerDataSource,
}
}