keboola/oauth-v2-php-client

Keboola OAuth v2 API Client

5.0.1 2024-05-22 12:44 UTC

This package is auto-updated.

Last update: 2024-08-22 13:19:12 UTC


README

GitHub Actions

Usage examples

List credentials

require 'vendor/autoload.php';

use Keboola\OAuthV2Api\Credentials;

$credentials = new Credentials(
  'YOUR_TOKEN',
  [
    'url' => 'https://oauth.keboola.com/',
  ]
);
$result = $credentials->listCredentials('keboola.ex-google-drive');

License

MIT licensed, see LICENSE file.