tools: uv + Bruno + compose file

Use uv to handle project
Add a Bruno collection to tests API calls
Add a compose.yaml file to run with docker
This commit is contained in:
2025-05-30 14:34:40 +02:00
parent 8c46fdd0f0
commit ffaeb00e3f
12 changed files with 307 additions and 5 deletions

9
bruno/collection.bru Normal file
View File

@@ -0,0 +1,9 @@
auth {
mode: apikey
}
auth:apikey {
key: x-api-key
value: {{api_token}}
placement: header
}