Files
iot-cloud-api/dev/IoT-API/GET firmwares.bru
Tobias Maier e19a11d5f3
All checks were successful
Build Project / test (push) Successful in 5m30s
Fixed stuff
2025-01-15 23:10:54 +00:00

16 lines
234 B
Plaintext

meta {
name: GET firmwares
type: http
seq: 4
}
get {
url: http://localhost:8282/firmware/waterlevel
body: multipartForm
auth: none
}
body:multipart-form {
: @file(/home/tobi/git/iot-cloud-api/target/debug/iot-cloud)
}