Compare commits

..

3 Commits

Author SHA1 Message Date
schrom01 8182aed0f7 Sitze und Rechtsformen aus Zefix API 2023-08-21 20:47:59 +02:00
schrom01 abefba9b4d Sitze und Rechtsformen aus Zefix API 2023-08-21 20:46:37 +02:00
schrom01 8a4db6b905 Sitze und Rechtsformen aus Zefix API 2023-08-21 20:46:04 +02:00
2 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,6 @@ $username = getenv("username");
$password = getenv("password");
/**
* @param string $
* @param string $
@ -86,6 +85,7 @@ function sendAPICommunityRequest(string $username, string $password): string|boo
function communityCSV(string $username, string $password): string {
$response = sendAPICommunityRequest($username, $password);
echo $response;
$communityArray = json_decode($response, true);
$csvOutput = 'bfsId,Kanton,Gemeindename,registryOfCommerceId\n';
// Create CSV rows

View File

@ -144,7 +144,6 @@
let communityCsvData;
let legalFormsCsvData;
<?php
include 'api/env_vars.php';
include 'api/zefixAPI.php';
include 'gemeinden.php';
include 'legalForms.php';