github_cards-8.x-1.x-dev/src/Service/GitHubCardsClientFactoryInterface.php
src/Service/GitHubCardsClientFactoryInterface.php
<?php
namespace Drupal\github_cards\Service;
/**
* Interface GitHubCardsClientFactoryInterface.
*/
interface GitHubCardsClientFactoryInterface {
/**
* Create a GitHub Client.
*
* @return \Github\Client
* A GitHub Client instance.
*/
public static function createGitHubClient();
}
