for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Bookeo\Endpoints;
use Bookeo\Client;
/**
* Manage callback notifications
*
* @package Bookeo\Endpoints
*/
class Webhooks extends Client
{
* List all webhooks
* Retrieve all the webhooks for this api key
public function all()
}