Skip to content

Webhook documentation #791

@sordev

Description

@sordev

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);

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions