keboola/oauth-v2-php-client

Keboola OAuth v2 API Client

4.0.1 2023-03-23 11:25 UTC

This package is auto-updated.

Last update: 2024-04-23 13:35:57 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.