Sitze und Rechtsformen aus Zefix API
This commit is contained in:
parent
f98863ad2a
commit
d8e56b297e
|
@ -84,7 +84,7 @@ function sendAPICommunityRequest(string $username, string $password): string|boo
|
||||||
}
|
}
|
||||||
|
|
||||||
function communityCSV(string $username, string $password): string {
|
function communityCSV(string $username, string $password): string {
|
||||||
echo "$response";
|
echo "TEST";
|
||||||
$response = sendAPICommunityRequest($username, $password);
|
$response = sendAPICommunityRequest($username, $password);
|
||||||
$communityArray = json_decode($response, true);
|
$communityArray = json_decode($response, true);
|
||||||
$csvOutput = 'bfsId,Kanton,Gemeindename,registryOfCommerceId\n';
|
$csvOutput = 'bfsId,Kanton,Gemeindename,registryOfCommerceId\n';
|
||||||
|
|
Loading…
Reference in New Issue