Jake Vanderwerf
5 days ago 0dfe1d8afafc59c4a5559c498342668d5a58d6ef
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