Install
Works with Drupal: 7.xUsing dev releases is not recommended, except for testing.
Using Composer to manage Drupal site dependencies
Downloads
Download tar.gz
118.25 KB
MD5: dfd641742423e066a843f047713996c1
SHA-1: 26422917b2050d12222461429280f33f6f92c704
SHA-256: b6524edab3efef8ad2f3cdeb66192ec098d735c89770ef9d84806140a39ae585
Download zip
181.91 KB
MD5: 6b2b386861e3fe57a9a8da4ab8749bc4
SHA-1: 0f9092ca59412865958ee7b99a6eefc077ee2396
SHA-256: 3af23983c399e1d1f876c47f5769dacf3054f96a9c3de8afc58857a1127479e3
Release notes
WoW API 7.x-2.0 Changelog since 7.x-1.x
WoW API:
- wow_http_request no longer requires $langcode parameter; This was redundant with $query['locale'] parameter.
- wow_http_request now returns a WoWHttpResponse object; This is mainly for methods that uses it to set the request timestamp, region used, and locale.
- Changed the WoWHttpException object: getMessage will now return the status returned by the API.
- Removed wow_locale_default and wow_region_default variables.
WoW Realm:
- entity related methods are now deprecated in favore of using Entity system.
WoW Character:
- entity related methods are now deprecated in favore of using Entity system.
- Only css related to character colors are kept. Other properties has been deleted.
- wow_character_classes and wow_character_races works differently. Either you provides a language to get all available information, either you provide a wow_character entity to get the class info associated.