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

Character PvP Bracket Statistics missing #176

Closed oliv-tree closed 7 months ago

oliv-tree commented 7 months ago

Hey,

Doesn't seem like there is currently a way to access the /profile/wow/character/{realmSlug}/{characterName}/pvp-bracket/{pvpBracket} endpoint?

benweier commented 7 months ago

Hey @oliv-tree, the wow.characterPVP method has implemented this endpoint for the retail client. Are you looking for this on the classic client?

oliv-tree commented 7 months ago

Hey @oliv-tree, the wow.characterPVP method has implemented this endpoint for the retail client. Are you looking for this on the classic client?

My bad - I was not aware of exactly how the endpoints functioned. I was making the call without the bracket field.

benweier commented 7 months ago

I could definitely improve the docs to make this clearer. I'll see what I can do in the coming days