mirror of
https://github.com/MaxenceG2M/prometheus-immich-exporter.git
synced 2025-12-08 23:03:22 +00:00
Use uv to handle project Add a Bruno collection to tests API calls Add a compose.yaml file to run with docker
12 lines
136 B
Plaintext
12 lines
136 B
Plaintext
meta {
|
|
name: version
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
get {
|
|
url: http://{{host}}:{{port}}/api/server/version
|
|
body: none
|
|
auth: inherit
|
|
}
|