Sitze und Rechtsformen aus Zefix API

This commit is contained in:
schrom01 2023-08-21 21:19:31 +02:00
parent 0d4fe60f45
commit 39f500feec
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@ curl_close($ch);
function sendAPICommunityRequest(string $username, string $password): string|bool function sendAPICommunityRequest(string $username, string $password): string|bool
{ {
echo $username;
echo $password;
// API endpoint // API endpoint
$apiUrl = 'https://www.zefix.admin.ch/ZefixPublicREST/api/v1/community'; $apiUrl = 'https://www.zefix.admin.ch/ZefixPublicREST/api/v1/community';