$client = (new \ArtbutlerPhpSdk\Client(
'GraphQL endpoint',
'Keycloak endpoint',
'realm',
'clientId',
'clientSecret',
'publicKey',
'tenantId'
));
$workClient = (new \ArtbutlerPhpSdk\ModelClients\WorkClient($client));
$work = $workClient->getWorks(20, 1, []);
$works = $workClient->getWork('865dc13d-1cae-3ecb-94cd-8eb01de6b741');
$promises = [
'works'=>$works,
'work' => $work
];
$client->resolvePromises($promises);
-
Notifications
You must be signed in to change notification settings - Fork 0
derave-software/artbutler-php-sdk
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Packages 0
No packages published