History¶
0.7.1 (2016-02-07)¶
- Fixed an import bug with the GuildWars2ApiError
- Removed a test case for pagination. Will refactor the test with mock on the API calls.
0.7.0 (2016-02-07)¶
- Refactored how URLs are constructed in the BaseResource class
- Added the following resources
- Guild Upgrade
- Guild Permission
- Guild Member
- Guild Rank
0.6.0 (2015-12-13)¶
- Added the following resources
- WvW Objectives
- Minis
- Account Minis
- Achievements
- Account Achievements
0.5.0 (2015-09-08)¶
- Added the following resources
- PvP Stats
- PvP Games
- Specializations
0.4.0 (2015-08-30)¶
- Added the following resources
- Currency
- Account Wallet
- Account Dye Unlocks
- Account Skin Unlocks
0.3.0 (2015-07-06)¶
- Added the following resources
- Materials
- Bank
- Bank Materials
- Characters
- Inventory
- Equipment
- Account
- Token Info
0.2.0 (2015-05-21)¶
- Added get_all() method to resources that use paging to return an iterator over all of the requested resources
- Added the ability to pass an iterable as an argument and have it automatically expand into a comma-separated list
- Added the ability to authenticate use an API key
- Added a new resource for Commerce Transactions
0.1.0 (2015-04-12)¶
- First release on PyPI.