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

Fix issue 65: MediaItems.ListByAlbum does not support paging #66

Closed pacoorozco closed 2 years ago

pacoorozco commented 2 years ago

What issue type does this pull request address? (keep at least one, remove the others)
/kind bug

What is this pull request for? Which issues does it resolve? (use resolves #<issue_number> if possible)
resolves #65

Does this pull request has user-facing changes? (e.g. config changes, new/modified commands, new/modified flags)
It fixes a bug

codecov[bot] commented 2 years ago

Codecov Report

Merging #66 (057f818) into main (6277d62) will increase coverage by 0.15%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #66      +/-   ##
==========================================
+ Coverage   76.65%   76.80%   +0.15%     
==========================================
  Files          12       12              
  Lines         454      457       +3     
==========================================
+ Hits          348      351       +3     
  Misses         82       82              
  Partials       24       24              
Impacted Files Coverage Δ
media_items/photoslibrary_repository.go 96.22% <100.00%> (+0.22%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6277d62...057f818. Read the comment docs.