queicherius / gw2api-client

Javascript wrapper for the official Guild Wars 2 API.
MIT License
47 stars 18 forks source link

Update the client to the new endpoints #29

Closed queicherius closed 7 years ago

queicherius commented 7 years ago

Resolves #28

codecov-io commented 7 years ago

Codecov Report

Merging #29 into master will increase coverage by 0.09%. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #29      +/-   ##
========================================
+ Coverage    99.9%   100%   +0.09%     
========================================
  Files          48     51       +3     
  Lines        1066   1123      +57     
========================================
+ Hits         1065   1123      +58     
+ Misses          1      0       -1
Impacted Files Coverage Δ
src/endpoints/commerce.js 100% <100%> (ø) :arrow_up:
src/endpoint.js 100% <100%> (+0.48%) :arrow_up:
src/endpoints/account.js 100% <100%> (ø) :arrow_up:
src/endpoints/mailcarriers.js 100% <100%> (ø)
src/endpoints/pvp.js 100% <100%> (ø) :arrow_up:
src/endpoints/nodes.js 100% <100%> (ø)
src/endpoints/cats.js 100% <100%> (ø)
src/client.js 100% <100%> (ø) :arrow_up:
src/endpoints/guild.js 100% <100%> (ø) :arrow_up:
... and 2 more

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 c28a805...7ce9a5f. Read the comment docs.