Releases: xivapi/xivapi-py
Releases · xivapi/xivapi-py
0.5.1
- Fixed paging for DQL query in index_search
0.5.0
Implemented page=1 and per_page=10 on index_search.
Please be aware paging on DSL queries, which index_search uses, do not currently update the paging data in the response data.
0.4.0
- Added the include_friendslist=False parameter on character_by_id client function
- Removed client functions related to no longer supported Lodestone endpoints (news/ updates/ devblog, etc)
0.3.0
Removes character verify & update requests as they've been removed from the API
0.2.1
Includes support for minions and mounts in character_by_id. Thank you @Tawmy
0.2.0
- ClientSession is now optional thanks @curtiscook
- It's now possible to specify the string_algo in index_search thanks @curtiscook
0.1.1
- Adds support for ClassJobs in Character Profiles thanks @Packetdancer