Sha256: a421d4b2167f45accc40a18035cbe2b3fe04fc43ea4a113b1dd32c887c097a49
Contents?: true
Size: 1.42 KB
Versions: 1
Compression:
Stored size: 1.42 KB
Contents
# CHANGES ## rest-gw2 0.4.0 -- 2016-02-05 * Added `RestGW2::Client#stash_with_detail` * Added `RestGW2::Client#treasury_with_detail` * Added `RestGW2::Client#get_character` * Added `RestGW2::Client#characters_with_detail` * Added `RestGW2::Client#bags_with_detail` * Added `RestGW2::Client#dyes_with_detail` * Added `RestGW2::Client#skins_with_detail` * Added `RestGW2::Client#all_skins` * Added `RestGW2::Client#minis_with_detail` * Added `RestGW2::Client#expand_item_detail` * Added a bunch of new pages for the server. ## rest-gw2 0.2.0 -- 2015-12-18 ### RestGW2::Client * Changed default site so that it doesn't contain `v2`. * Changed default timeout from 10 seconds to 30 seconds. * Changed default cache from 10 minutes to 1 day. * Now we have `RestGW2::Error` instead of `RuntimeError`. * Added `RestGW2::Client#account_with_detail` * Added `RestGW2::Client#wallet_with_detail` * Added `RestGW2::Client#transactions_with_detail` * Added `RestGW2::Client#transactions_with_detail_compact` * Now `with_item_detail` would also return commerce data. * Now `with_item_detail` would fetch 100 items in a request. * Now `with_item_detail` could take a query and option. ### RestGW2::Server * Added a command line tool `rest-gw2` for launching the bundled server. * Many stuffs are implemented now. * Pages are much more beautiful now. * We could also use lru_redux for caching, other than memcached. ## rest-gw2 0.1.0 -- 2015-11-14 * Birthday!
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rest-gw2-0.4.0 | CHANGES.md |