for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace ShopifyClient\Resource;
/**
* https://help.shopify.com/api/reference/webhook
*/
class Webhook extends AbstractCrudResource
{
* @var string
protected $resourceKeySingular = 'webhook';
protected $resourceKeyPleural = 'webhooks';
* @var bool
protected $countable = true;
}