Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 546 Bytes

File metadata and controls

36 lines (24 loc) · 546 Bytes

Saloon SDK for Github

composer require opblaasmaatje/github-saloon
return [
    'base-url' => env('GITHUB_BASE_URL', 'https://api.github.com'),
    'token' => env('GITHUB_TOKEN'),
];

Usage

use Opblaasmaatje\Github\Facades\Github;

Github::users()->getUser('Opblaasmaatje');

Testing

composer test

Credits

License

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