Create initial Collection for Ulanzi
This commit is contained in:
parent
b9853440ba
commit
4a748b8a01
11
Ulanzi/Infos/Apps in loop.bru
Normal file
11
Ulanzi/Infos/Apps in loop.bru
Normal file
@ -0,0 +1,11 @@
|
||||
meta {
|
||||
name: Apps in loop
|
||||
type: http
|
||||
seq: 4
|
||||
}
|
||||
|
||||
get {
|
||||
url: http://{{IP}}/api/loop
|
||||
body: none
|
||||
auth: none
|
||||
}
|
||||
11
Ulanzi/Infos/Available Effects.bru
Normal file
11
Ulanzi/Infos/Available Effects.bru
Normal file
@ -0,0 +1,11 @@
|
||||
meta {
|
||||
name: Available Effects
|
||||
type: http
|
||||
seq: 2
|
||||
}
|
||||
|
||||
get {
|
||||
url: http://{{IP}}/api/effects
|
||||
body: none
|
||||
auth: none
|
||||
}
|
||||
11
Ulanzi/Infos/Available Transitions.bru
Normal file
11
Ulanzi/Infos/Available Transitions.bru
Normal file
@ -0,0 +1,11 @@
|
||||
meta {
|
||||
name: Available Transitions
|
||||
type: http
|
||||
seq: 3
|
||||
}
|
||||
|
||||
get {
|
||||
url: http://{{IP}}/api/transitions
|
||||
body: none
|
||||
auth: none
|
||||
}
|
||||
11
Ulanzi/Infos/Stats.bru
Normal file
11
Ulanzi/Infos/Stats.bru
Normal file
@ -0,0 +1,11 @@
|
||||
meta {
|
||||
name: Stats
|
||||
type: http
|
||||
seq: 1
|
||||
}
|
||||
|
||||
get {
|
||||
url: http://{{IP}}/api/stats
|
||||
body: none
|
||||
auth: none
|
||||
}
|
||||
9
Ulanzi/bruno.json
Normal file
9
Ulanzi/bruno.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"version": "1",
|
||||
"name": "Ulanzi",
|
||||
"type": "collection",
|
||||
"ignore": [
|
||||
"node_modules",
|
||||
".git"
|
||||
]
|
||||
}
|
||||
3
Ulanzi/environments/Ulanzi.bru
Normal file
3
Ulanzi/environments/Ulanzi.bru
Normal file
@ -0,0 +1,3 @@
|
||||
vars {
|
||||
IP: 192.168.200.120
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user