Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 272 Bytes

File metadata and controls

23 lines (13 loc) · 272 Bytes

TINT API Client

Install

composer require mango-chutney/tint-api-client

Usage

use MangoChutney\TintApiClient\Client;

$client = Client();

$client->getPublicPosts('tint_slug');

Lint

composer lint

Test

php -S localhost:8000 router.php