Api client for https://api.happyrmatch.com.
Via Composer
$ composer require happyr-match/api-client
$apiClient = ApiClient::create($endpoint, $clientId, $clientSecret);
$accessToken = $apiClient->createNewAccessToken($code, $redirectUri);
$apiClient->authenticate($accessToken);
$findTypes = $apiClient->find()->getTypes();
The end user chooses which hydrator to use. The default one should return domain objects.
The MIT License (MIT). Please see License File for more information.