Skip to content

v0.3.0

Compare
Choose a tag to compare
@kaimoe kaimoe released this 05 Sep 19:04
· 44 commits to master since this release

Brought up to date with current XIVAPI version, specifically:

  • Removed market and lodestone functionality.
  • Removed character.verification and character.update methods.
  • Removed data.schema method.

Extraneous messing with metadata and other manipulation of data produced by XIVAPI has been removed, specifically:

  • Removed helper structure status from get() methods.
  • Removed the extending of urls (such as icons, which are provided by XIVAPI in the form of "/icons/example.jpg" and would be turned into "https://xivapi.com/icons/example.jpg" before).

Other changes:

  • Moved resources.servers and resources.datacenters to data and made them fetch live data from XIVAPI instead of local storage.
  • Improved error messaging.