Releases: xivapi/xivapi-ruby
Relax rest-client dependency
Relaxes the rest-client
dependency even further to >= 2.0
Character data updates
- Adds missing MIMO and CJ data options to the
all_data
option - Adds
extended
option for retrieving extended character data
Remove Lodestone endpoint, relax rest-client
This release removes the Lodestone endpoint which is no longer provided by the API. It also relaxes the version requirement of rest-client
to ~> 2.0
.
Remove Lodestone cache, market methods
v0.3.0 reflects the latest changes to XIVAPI. Cached Lodestone endpoints are now real time, and all polling and special Lodestone errors have been removed. The Market methods have also been removed, since that endpoint is no longer available.
Market & API Key Updates
v0.2.0 introduces the latest changes to the Market endpoints. Like in the API, the price & history endpoints have been merged, and the search parameters have been expanded.
Your API key is now properly provided with the new private_key
param, and requires no change to your application code, but you may need to update the value to your new account-based API key.
A couple of deprecated endpoints have also been removed from the library.
Initial release
Initial release of xivapi-ruby!