bunqCommunity / bunqJSClient

A javascript SDK for the bunq API
MIT License
58 stars 23 forks source link

Examples for cards and some additions/fixes for cards #44

Closed lalilaloe closed 5 years ago

lalilaloe commented 5 years ago

Also added /card-name endpoint to check for valid card holder names.

The example file contains status of each function and notes for findings that are not (yet) available in the Bunq documentation.

codecov[bot] commented 5 years ago

Codecov Report

Merging #44 into master will increase coverage by 0.92%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #44      +/-   ##
==========================================
+ Coverage   92.82%   93.75%   +0.92%     
==========================================
  Files          70       70              
  Lines        2160     2161       +1     
  Branches      432      432              
==========================================
+ Hits         2005     2026      +21     
+ Misses        154      134      -20     
  Partials        1        1
Impacted Files Coverage Δ
src/BunqJSClient.ts 89.96% <ø> (ø) :arrow_up:
src/Api/Card.ts 76.47% <ø> (+47.05%) :arrow_up:
src/Api/CardDebit.ts 76.92% <100%> (+1.92%) :arrow_up:
src/Api/CardName.ts 100% <100%> (+50%) :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 27c1077...0480255. Read the comment docs.