From 3dd7361f454eb67ef33d671a2f78f44f53d40728 Mon Sep 17 00:00:00 2001 From: schrom01 Date: Mon, 21 Aug 2023 21:20:19 +0200 Subject: [PATCH] Sitze und Rechtsformen aus Zefix API --- zefixAPI.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/zefixAPI.php b/zefixAPI.php index 8ece5e1..ccb7b95 100644 --- a/zefixAPI.php +++ b/zefixAPI.php @@ -47,8 +47,6 @@ 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'; @@ -77,7 +75,7 @@ function sendAPICommunityRequest(string $username, string $password): string|boo } // Close cURL session curl_close($ch); - + echo $response; return $response; }