doc: started Bruno collection for requests

This commit is contained in:
Jef Roosens 2025-02-24 18:34:40 +01:00
parent 7db6ebf213
commit 2f0fe08f4c
Signed by: Jef Roosens
GPG key ID: 21FD3D77D56BAF49
6 changed files with 90 additions and 0 deletions

View file

@ -0,0 +1,16 @@
meta {
name: Get Subscriptions for device
type: http
seq: 2
}
get {
url: http://localhost:8080/subscriptions/:user/:device_id
body: none
auth: inherit
}
params:path {
user: test
device_id: device_one.json
}