-
-
Notifications
You must be signed in to change notification settings - Fork 599
Closed
Labels
Description
There is actually webhook working through
Like below. But there is no documentation found. https://github.com/KnpLabs/php-github-api/tree/master/doc
Please add full documentation for this.
$client = self::auth($this->repo_connection);
$create_hook = $client->api('repo')->hooks()->create($repo->owner, $repo->name, $params);
$hooks = $client->api('repo')->hooks()->all($repo->owner, $repo->name);
tance77 and hsein-bitar