This commit is contained in:
Dominik Werder
2024-09-18 12:12:53 +02:00
parent ab6b0322c9
commit e4f8ad1e91
25 changed files with 520 additions and 289 deletions
+11
View File
@@ -5,3 +5,14 @@ The list of available backends can be queried:
```bash
curl "https://data-api.psi.ch/api/4/backend/list"
```
Example output:
```json
{
"backends_available": [
{"name": "sf-archiver"},
{"name": "sls-archiver"},
{"name": "sf-databuffer"}
]
}
```