I have automated tests to validate the response payloads for the APIs. It's been very helpful for me to notice when API updates have been made or data fixes have been made.
I ran my said tests tonight and found that some of the raid bosses no longer have the heroic info shown in the payload. Just wanted to raise this issue for attention.
The test that caught the issue:
https://gist.github.com/4631225
Test failure is:
Object does not contain heroicKills attribute
Failed asserting that object of class "stdClass" has attribute "heroicKills".
|