disqus / disqus-php

Disqus API bindings for PHP
http://disqus.com/api/
Apache License 2.0
149 stars 73 forks source link

Undefined property "set" on Disqus PHP API Library #29

Closed lucianobosco closed 8 years ago

lucianobosco commented 8 years ago

Just wondering if someone else faced this issue. I'm trying to retrieve multiple thread details with SET property using PHP API, but as far I see it's not implemented yet. The property DETAILS is working fine so far, but I need to get many threads and several calls to DETAILS is not an option.

$disqus = new DisqusAPI($secret_key); $disqus->threads->set(Arguments........................)

Any help?

lucianobosco commented 8 years ago

I've just added it. A pull request is pending. Hope it helps.