Save to database #13

Merged
haylan merged 42 commits from save-to-database into main 2026-07-12 21:51:57 +00:00
Showing only changes of commit 11bec43bbe - Show all commits
+4 -1
View File
@@ -6,8 +6,11 @@ namespace App\Service\Provider;
interface ProviderInterface interface ProviderInterface
{ {
/** Fire the HTTP request(s) without blocking; returns an opaque handle for resolveFetch(). */
public function startFetch(): mixed;
/** @return array<string, int> date (Y-m-d) => contribution count */ /** @return array<string, int> date (Y-m-d) => contribution count */
public function fetch(): array; public function resolveFetch(mixed $handle): array;
public function isConfigured(): bool; public function isConfigured(): bool;