mirror of
https://github.com/LukeHagar/plexphp.git
synced 2025-12-06 04:20:51 +00:00
ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.148.0
This commit is contained in:
@@ -114,7 +114,7 @@ $sdk = Plex_API\PlexAPI::builder()->setSecurity($security)->build();
|
||||
try {
|
||||
$response = $sdk->server->getAvailableClients();
|
||||
|
||||
if ($response->responseBodies !== null) {
|
||||
if ($response->twoHundredApplicationJsonObject !== null) {
|
||||
// handle response
|
||||
}
|
||||
} catch (Exception $e) {
|
||||
|
||||
Reference in New Issue
Block a user