From 0dfe1d8afafc59c4a5559c498342668d5a58d6ef Mon Sep 17 00:00:00 2001 From: Jake Vanderwerf <get@jakevanderwerf.ca> Date: Thu, 23 Jul 2026 22:41:41 +0000 Subject: [PATCH] =Still working away at the Integrations overhaul --- inc/integrations/Integrations.php | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/inc/integrations/Integrations.php b/inc/integrations/Integrations.php index f9a34ef..f055894 100644 --- a/inc/integrations/Integrations.php +++ b/inc/integrations/Integrations.php @@ -29,6 +29,9 @@ * These properties define how the integration connects to external services */ protected string|array $apiBase = ''; // Base URL(s) for API endpoints. Array format: ['base' => '', 'auth' => ''] + /** + * @var array<APIEndpoint> An array of endpoints objects, with optional create, update, delete, batch<x>, and batchImport + */ protected array $apiEndpoints = []; // Valid endpoint paths for this service protected int $refresh_interval = 0; //seconds before expiry to refresh tokens. 0 to disable -- Gitblit v1.10.0