gphotosuploader / google-photos-api-client-go

Google Photos API client for your Go apps
https://pkg.go.dev/github.com/gphotosuploader/google-photos-api-client-go/v3
MIT License
41 stars 20 forks source link

PhotosLibraryAlbumsRepository.ListAll without ExcludeNonAppCreatedData #63

Closed andrey158 closed 3 years ago

andrey158 commented 3 years ago

Hello,

could you please provide an analogue of PhotosLibraryAlbumsRepository.ListAll but without setting "excludeNonAppCreatedData" parameter to "true"?

Thank you!

andrey158 commented 3 years ago

I've solved this issue using my own implementation of albums.Repository interface and WithRepository function.