Skip to content

Happyr/match-api-client

Repository files navigation

Happyr Match API client

Latest Version Total Downloads

Api client for https://api.happyrmatch.com.

Install

Via Composer

$ composer require happyr-match/api-client

Usage

$apiClient = ApiClient::create($endpoint, $clientId, $clientSecret);
$accessToken = $apiClient->createNewAccessToken($code, $redirectUri);
$apiClient->authenticate($accessToken);
$findTypes = $apiClient->find()->getTypes();

Hydrator

The end user chooses which hydrator to use. The default one should return domain objects.

License

The MIT License (MIT). Please see License File for more information.

About

HappyrMatch API client

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 5

Languages