diff --git a/Ulanzi/Infos/Apps in loop.bru b/Ulanzi/Infos/Apps in loop.bru new file mode 100644 index 0000000..fa39c7b --- /dev/null +++ b/Ulanzi/Infos/Apps in loop.bru @@ -0,0 +1,11 @@ +meta { + name: Apps in loop + type: http + seq: 4 +} + +get { + url: http://{{IP}}/api/loop + body: none + auth: none +} diff --git a/Ulanzi/Infos/Available Effects.bru b/Ulanzi/Infos/Available Effects.bru new file mode 100644 index 0000000..81e88ff --- /dev/null +++ b/Ulanzi/Infos/Available Effects.bru @@ -0,0 +1,11 @@ +meta { + name: Available Effects + type: http + seq: 2 +} + +get { + url: http://{{IP}}/api/effects + body: none + auth: none +} diff --git a/Ulanzi/Infos/Available Transitions.bru b/Ulanzi/Infos/Available Transitions.bru new file mode 100644 index 0000000..b7f091e --- /dev/null +++ b/Ulanzi/Infos/Available Transitions.bru @@ -0,0 +1,11 @@ +meta { + name: Available Transitions + type: http + seq: 3 +} + +get { + url: http://{{IP}}/api/transitions + body: none + auth: none +} diff --git a/Ulanzi/Infos/Stats.bru b/Ulanzi/Infos/Stats.bru new file mode 100644 index 0000000..e8832cb --- /dev/null +++ b/Ulanzi/Infos/Stats.bru @@ -0,0 +1,11 @@ +meta { + name: Stats + type: http + seq: 1 +} + +get { + url: http://{{IP}}/api/stats + body: none + auth: none +} diff --git a/Ulanzi/bruno.json b/Ulanzi/bruno.json new file mode 100644 index 0000000..1df27b2 --- /dev/null +++ b/Ulanzi/bruno.json @@ -0,0 +1,9 @@ +{ + "version": "1", + "name": "Ulanzi", + "type": "collection", + "ignore": [ + "node_modules", + ".git" + ] +} \ No newline at end of file diff --git a/Ulanzi/environments/Ulanzi.bru b/Ulanzi/environments/Ulanzi.bru new file mode 100644 index 0000000..741950d --- /dev/null +++ b/Ulanzi/environments/Ulanzi.bru @@ -0,0 +1,3 @@ +vars { + IP: 192.168.200.120 +}