aboutmybrain/php-rest-api

Access the About my Brain system via REST

0.5.1 2020-10-16 02:29 UTC

This package is auto-updated.

Last update: 2024-04-16 10:19:48 UTC


README

Usage

    require 'vendor/autoload.php';

    $api = new \AMB\Remote\ApiApplication([
        'client_id' => '[client id]',
        'client_secret' => '[client secret]',
    ]);

    $api->Verify()->Pub()->get();