for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Waredesk;
class Setup
{
public static function init(string $clientId, string $clientSecret, string $accessToken = null): Waredesk
return new Waredesk($clientId, $clientSecret, $accessToken);
}