Skip to content

0.4.0

Latest

Choose a tag to compare

@Pinta365 Pinta365 released this 29 Jan 16:50

This release adds support for the Housing and Neighborhoods Game Data APIs (WoW 11.2.7), plus new Profile endpoints for character housing.

New: Housing Game Data (wow.*)

  • Decordecors(), decor(decorId), searchDecor(params)
  • Fixturesfixtures(), fixture(fixtureId), searchFixture(params)
  • Fixture hooksfixtureHooks(), fixtureHook(fixtureHookId), searchFixtureHook(params)
  • Roomsrooms(), room(roomId), searchRoom(params)

New: Neighborhoods Game Data (wow.*)

  • Neighborhood mapsneighborhoodMaps(), neighborhoodMap(neighborhoodMapId), neighborhood(neighborhoodMapId, neighborhoodId)

New: Profile – character housing

  • Character collectionscharacterCollectionDecor(realmSlug, characterName) — housing decor collected by a character
  • Character housecharacterHouse(realmSlug, characterName, houseNumber) — summary of a character’s house

Other

  • Profile and Game Data error responses with empty or non-JSON bodies now throw a proper APIError instead of “Unexpected end of JSON input”.