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 parsing of character "bio" (profile field) #35

Open ReidWeb opened 2 years ago

ReidWeb commented 2 years ago

Description

Sites like faloop.app use the character profile/bio field to perform character verification.

Having this field accessible on responses from the client would be valuable to allow for consumers to perform such validations using the client.

Use Case

As a consumer of the lodestone module I should be able to retrieve the bio/character profile field of a character.

Proposed Solution

Fetch required field based on provided parser config. Default should be yes.

Other information

No response

Acknowledge