From 39f500feec6b4b32cce36189f6d0ae7b58f5e586 Mon Sep 17 00:00:00 2001 From: schrom01 Date: Mon, 21 Aug 2023 21:19:31 +0200 Subject: [PATCH] Sitze und Rechtsformen aus Zefix API --- zefixAPI.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zefixAPI.php b/zefixAPI.php index 5c1e1ff..8ece5e1 100644 --- a/zefixAPI.php +++ b/zefixAPI.php @@ -47,6 +47,8 @@ curl_close($ch); function sendAPICommunityRequest(string $username, string $password): string|bool { + echo $username; + echo $password; // API endpoint $apiUrl = 'https://www.zefix.admin.ch/ZefixPublicREST/api/v1/community';