Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikbosch committed Dec 6, 2022
1 parent 533d76b commit f0f13d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ require_once '../vendor/autoload.php';

use Genkgo\Api\Connection;
use GuzzleHttp\Client;
use GuzzleHttp\Psr7\HttpFactory;

$config = require_once 'config.php';
$connection = new Connection(new Client(), $config['url'], $config['token']);
$connection = new Connection(new Client(), new HttpFactory(), $config['url'], $config['token']);

$folder = $connection->command('organization', 'find', [
'name' => 'Aanmeldingen'
Expand Down

0 comments on commit f0f13d6

Please sign in to comment.