From f3d7a84890309ff44f7660287b9eddb03d53961d Mon Sep 17 00:00:00 2001 From: Ryan-Zayne Date: Sat, 22 Mar 2025 12:23:44 +0100 Subject: [PATCH] api/Cobalt: add Download video and tunnel configurations --- api/.bruno-(cobalt)/Download video.bru | 27 ++++++++++++++++++++++++++ api/.bruno-(cobalt)/bruno.json | 9 +++++++++ api/.bruno-(cobalt)/tunnel.bru | 19 ++++++++++++++++++ 3 files changed, 55 insertions(+) create mode 100644 api/.bruno-(cobalt)/Download video.bru create mode 100644 api/.bruno-(cobalt)/bruno.json create mode 100644 api/.bruno-(cobalt)/tunnel.bru diff --git a/api/.bruno-(cobalt)/Download video.bru b/api/.bruno-(cobalt)/Download video.bru new file mode 100644 index 00000000..71b2232f --- /dev/null +++ b/api/.bruno-(cobalt)/Download video.bru @@ -0,0 +1,27 @@ +meta { + name: Download video + type: http + seq: 2 +} + +post { + url: http://localhost:9000/ + body: json + auth: bearer +} + +headers { + Accept: application/json + Content-Type: application/json +} + +auth:bearer { + token: cb316fd0859c022fbfbd1aac02b60dc36d3e852231391343f6346e504d51aab1a81cca +} + +body:json { + { + "url": "https://vm.tiktok.com/ZMBBVRkLj/", + "videoQuality": "360" + } +} diff --git a/api/.bruno-(cobalt)/bruno.json b/api/.bruno-(cobalt)/bruno.json new file mode 100644 index 00000000..d2042776 --- /dev/null +++ b/api/.bruno-(cobalt)/bruno.json @@ -0,0 +1,9 @@ +{ + "version": "1", + "name": ".bruno-(cobalt)", + "type": "collection", + "ignore": [ + "node_modules", + ".git" + ] +} \ No newline at end of file diff --git a/api/.bruno-(cobalt)/tunnel.bru b/api/.bruno-(cobalt)/tunnel.bru new file mode 100644 index 00000000..d4772f2d --- /dev/null +++ b/api/.bruno-(cobalt)/tunnel.bru @@ -0,0 +1,19 @@ +meta { + name: tunnel + type: http + seq: 3 +} + +get { + url: http://localhost:9000/tunnel?id=oC85jj3UCBu664zWZwfmy&exp=1742642465963&sig=e7gFvtNAYUkXHQ167g27AyIbjfj02o9skGgV3tMso4s&sec=bL046Q81ZBu_nn_8ZuqHXvp_UzxYyyu9pXlT2G_wFzQ&iv=BxW2ssNMug4DttKG3Zz5qw + body: none + auth: none +} + +params:query { + id: oC85jj3UCBu664zWZwfmy + exp: 1742642465963 + sig: e7gFvtNAYUkXHQ167g27AyIbjfj02o9skGgV3tMso4s + sec: bL046Q81ZBu_nn_8ZuqHXvp_UzxYyyu9pXlT2G_wFzQ + iv: BxW2ssNMug4DttKG3Zz5qw +}