adam-paterson/api-client-foundation

0.1.2 2017-04-07 16:36 UTC

This package is not auto-updated.

Last update: 2024-04-13 23:15:50 UTC


README

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

Install

Via Composer

$ composer require adam-paterson/api-client-foundation

Basic Usage

$api = new AdamPaterson\ApiClient\Foundation\ApiClient::create();
$response = $api->get('/resource/path', ['param1' => 'param']);

Change log

Please see CHANGELOG for more information on what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CONDUCT for details.

Security

If you discover any security related issues, please email hello@adampaterson.co.uk instead of using the issue tracker.

Credits

License

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