Swader / diffbot-php-client

[Deprecated - Maintenance mode - use APIs directly please!] The official Diffbot client library
MIT License
53 stars 20 forks source link

Image API field changes #23

Open Swader opened 9 years ago

Swader commented 9 years ago

Image API fields seem to have been changed without notice.

The fields height and width are now no longer returned by default, and are optional fields that require setters. They have been renamed to displayHeight and displayWidth.

Todo: implement setters and getters, remove old ones (or keep old ones for BC? Not many users, so maybe remove?)