mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-13 08:48:26 +00:00
api/Cobalt: add Download video and tunnel configurations
This commit is contained in:
parent
0a7cf7580c
commit
f3d7a84890
27
api/.bruno-(cobalt)/Download video.bru
Normal file
27
api/.bruno-(cobalt)/Download video.bru
Normal file
@ -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"
|
||||
}
|
||||
}
|
9
api/.bruno-(cobalt)/bruno.json
Normal file
9
api/.bruno-(cobalt)/bruno.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"version": "1",
|
||||
"name": ".bruno-(cobalt)",
|
||||
"type": "collection",
|
||||
"ignore": [
|
||||
"node_modules",
|
||||
".git"
|
||||
]
|
||||
}
|
19
api/.bruno-(cobalt)/tunnel.bru
Normal file
19
api/.bruno-(cobalt)/tunnel.bru
Normal file
@ -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
|
||||
}
|
Loading…
Reference in New Issue
Block a user