organic: Add external BioC api

This commit is contained in:
2025-07-16 23:28:46 +02:00
parent a44f886086
commit cc3c0cab45
2 changed files with 100 additions and 0 deletions

View File

@@ -69,6 +69,7 @@ def main() -> None:
'validTo': '-'.join(reversed(srow[2].split('-'))),
'type': srow[3],
'attachmentSid': srow[4],
'url': f'https://elwig.at/organic/external/bioqs/attachments/{urllib.parse.quote(srow[0])}',
})
if not first:
print(',', flush=True)