Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for new Game Data and Profile Data API endpoints #70

Closed
52 tasks done
danjagnow opened this issue May 11, 2019 · 2 comments · Fixed by #77, #82, #83, #84 or #86
Closed
52 tasks done

Add support for new Game Data and Profile Data API endpoints #70

danjagnow opened this issue May 11, 2019 · 2 comments · Fixed by #77, #82, #83, #84 or #86
Assignees
Milestone

Comments

@danjagnow
Copy link
Collaborator

danjagnow commented May 11, 2019

Add support for new the new Game Data API and Profile API endpoints described here:

https://develop.battle.net/documentation/world-of-warcraft/community-api-migration-status

Game Data APIs

  • Achievements
  • Auction House
  • Battlegroups (deprecated)
  • Bosses
  • Challenge Mode Realm Leaderboard
  • Challenge Mode Region Leaderboard (deprecated)
  • Character Classes
  • Character Races
  • Guild Perks (deprecated)
  • Guild Rewards (deprecated)
  • Item
  • Item Classes
  • Item Set
  • Mounts
  • Pet Abilities
  • Pet Species
  • Pet Stats
  • Pet Types
  • Pets
  • PvP Leaderboards
  • Quest
  • Realm Status
  • Recipe
  • Spell
  • Talents
  • Zones

Profile APIs

  • User Characters
  • Character Profile
  • Character Achievements
  • Character Appearance
  • Character Audit (deprecated)
  • Character Feed (deprecated)
  • Character Guild
  • Character Hunter Pets
  • Character Items
  • Character Mounts
  • Character Pets
  • Character Pet Slots
  • Character Professions
  • Character Progression
  • Character PvP
  • Character Quests
  • Character Reputation
  • Character Statistics
  • Character Stats
  • Character Talents
  • Character Titles
  • Guild Profile
  • Guild Members
  • Guild Achievements
  • Guild News
  • Guild Challenge (deprecated)
@danjagnow danjagnow changed the title Add support for new Game Data API endpoints Add support for new Game Data and Profile Data API endpoints May 6, 2020
@danjagnow danjagnow added this to the 4.0 milestone May 6, 2020
@danjagnow danjagnow linked a pull request May 6, 2020 that will close this issue
@danjagnow danjagnow self-assigned this May 6, 2020
@danjagnow danjagnow linked a pull request May 17, 2020 that will close this issue
@danjagnow
Copy link
Collaborator Author

Oops, didn't mean to close this. There are still many APIs to migrate.

@danjagnow
Copy link
Collaborator Author

As of the 4.0 Preview 6 release, I believe the entire API surface area of the Game Data and Profile Data API is now covered. Some additional work remains to clean up types, support media retrieval, and convert to System.Text.Json, but this is nearing a final release for the 4.0 milestone.

@danjagnow danjagnow unpinned this issue Jul 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment