Skip to content

Releases: xivapi/xivapi-php

Always init guzzle

18 May 17:20
Compare
Choose a tag to compare

This change always initializes the Guzzle client inside the environment or any other settingsend up changing between requests.

Add multi item id query endpoint

17 May 16:27
Compare
Choose a tag to compare

Add multi item id query endpoint

Retainer/Character/Signature are now private endpoints.

16 May 20:43
Compare
Choose a tag to compare

This moves the following methods to private endpoints:

  • Retainer items
  • Character purchase history
  • Signature Items

Manual update force endpoint

04 May 17:59
Compare
Choose a tag to compare
1.6.9

Merge remote-tracking branch 'origin/master'

Fix typehints on FC and LS

29 Apr 08:32
d72eda6
Compare
Choose a tag to compare

This releases fixes the typehint for FC and LS where ints would overflow.

Add market online status endpoint

21 Apr 14:01
Compare
Choose a tag to compare

This adds market->online() which lists servers online and offline.

Retainer

19 Apr 01:32
Compare
Choose a tag to compare

This release adds $api->market->retainer(<id>) which will return all items sold by a specific retainer id (max 30, a typical retainer can only sell 20 however due to auto-update times there can be some overlap).

Fix for 1.6.4

17 Apr 21:44
Compare
Choose a tag to compare
1.6.5

Fix private access query param.

Formalise private API Access

17 Apr 21:25
Compare
Choose a tag to compare

XIVAPI provides some access to private users. These should be sepereted in the SDK.

Minor Fixes

11 Apr 14:18
Compare
Choose a tag to compare
  • fixes search filter constants
  • fixes typecast on item update
  • adds market stats endpoint