XIVStats / lodestone

A module for interfacing with the Final Fantasy XIV Lodestone, and returning entity (character, server etc.) information.
MIT License
0 stars 0 forks source link

(character): Add support for fetching PvP team of a character #25

Closed ReidWeb closed 2 years ago

ReidWeb commented 2 years ago

Description

Some characters such as 8283 have a PvP team field on their profile. We should parse this back even if we don't use it in the census.

Use Case

As a consumer of the lodestone module I may wish to fetch the pvp team associated to that character.

Proposed Solution

Fetch this in the same manner in which we fetch a grand company or free company.

Add tests to verify that all fields are correctly parsed in the instance that this player belongs to a pvp team

Other information

No response

Acknowledge