jorttbv / bunq-client

Ruby wrapper for the bunq public api
MIT License
12 stars 7 forks source link

Add attachment public content resource #5

Closed CalvinWalzel closed 6 years ago

CalvinWalzel commented 6 years ago

I needed the Attachment Public Content to retrieve some images like avatars and monetary account icons, so I added it :)

codecov-io commented 6 years ago

Codecov Report

Merging #5 into master will increase coverage by 0.35%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #5      +/-   ##
==========================================
+ Coverage   97.61%   97.97%   +0.35%     
==========================================
  Files          19       20       +1     
  Lines         336      346      +10     
==========================================
+ Hits          328      339      +11     
+ Misses          8        7       -1
Impacted Files Coverage Δ
lib/bunq/client.rb 96.47% <100%> (+1.34%) :arrow_up:
lib/bunq/attachment_public_content.rb 100% <100%> (ø)

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 f800276...802241c. Read the comment docs.

lvonk commented 6 years ago

Thanks!