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

Improve performance (reducing number of requests) by using bigger pageSizes #73

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 enhancement

What is this pull request for? Which issues does it resolve? (use resolves #<issue_number> if possible)
Reduce the number of calls to Google Photos by using bigger pageSizes.

codecov[bot] commented 2 years ago

Codecov Report

Merging #73 (0e350c0) into main (3094cc5) will increase coverage by 0.04%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #73      +/-   ##
==========================================
+ Coverage   80.52%   80.56%   +0.04%     
==========================================
  Files          12       12              
  Lines         457      458       +1     
==========================================
+ Hits          368      369       +1     
  Misses         67       67              
  Partials       22       22              
Impacted Files Coverage Δ
media_items/service.go 100.00% <ø> (ø)
albums/photoslibrary_repository.go 98.18% <100.00%> (ø)
media_items/photoslibrary_repository.go 100.00% <100.00%> (ø)

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 3094cc5...0e350c0. Read the comment docs.