queicherius / gw2api-client

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

Add missing custom params for various endpoints #23

Closed Archomeda closed 7 years ago

Archomeda commented 7 years ago

This will add support for:

I hope I didn't mess anything up while writing this during the API downtime.

codecov-io commented 7 years ago

Codecov Report

Merging #23 into master will not change coverage. The diff coverage is 100%.

@@          Coverage Diff          @@
##           master    #23   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          48     48           
  Lines        1039   1044    +5     
=====================================
+ Hits         1039   1044    +5
Impacted Files Coverage Δ
src/endpoints/wvw.js 100% <100%> (ø) :arrow_up:
src/endpoints/guild.js 100% <100%> (ø) :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 24f0243...6f99cdd. Read the comment docs.

queicherius commented 7 years ago

Thank you, merged, will be in the next release! <3