benweier / blizzard.js

A promise-based Node.JS library for the Blizzard Battle.net Community Platform API
MIT License
145 stars 29 forks source link

Update character profile API #110

Closed watcheur closed 3 years ago

watcheur commented 4 years ago

The Community API has been migrated to the new Game Data and Profile API since march 2020. https://develop.battle.net/documentation/world-of-warcraft/community-api-migration-status

Here's an update for the .wow.character() call to retrieve character profile.

codecov[bot] commented 4 years ago

Codecov Report

Merging #110 into master will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master      #110   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           10        10           
  Lines          242       242           
  Branches        41        43    +2     
=========================================
  Hits           242       242           
Impacted Files Coverage Δ
lib/blizzard.js 100.00% <ø> (ø)
lib/wow.js 100.00% <100.00%> (ø)