andydune/hypercomments

Hypercomments API.


Keywords
php, api, comments, hypercomments
License
MIT

Documentation

Hypercomments

Hypercomments API

Packagist Version Total Downloads

Usage

comments/list

use AndyDune\Hypercomments\Api;

$data = (Api($widget_id, $secret))
->comments()->list()
->setLink('<page url with comments')
->setOffset(<int>)
->setLimit(<int>)
->get();


$this->assertTrue(is_array($data));
$this->assertArrayHasKey('result', $data);
$this->assertArrayHasKey('data', $data);

Please, contact me if you need more from this library.