Something + add comments to proto

This commit is contained in:
Alexander
2026-07-12 10:16:54 +02:00
parent fde1b4cd3e
commit 995397e495
12 changed files with 440 additions and 243 deletions
+17
View File
@@ -0,0 +1,17 @@
info:
name: SearchArtist
type: grpc
seq: 1
grpc:
url: localhost:50053
method: /metadata.v1.MetadataService/SearchArtists
methodType: unary
message: |-
{
"query": "ДДТ",
"limit": 10,
"offset": 0,
"provider": 0
}
auth: inherit
+25
View File
@@ -0,0 +1,25 @@
opencollection: 1.0.0
info:
name: Metadata Agregator
config:
proxy:
inherit: true
config:
protocol: http
hostname: ""
port: ""
auth:
username: ""
password: ""
bypassProxy: ""
bundled: false
extensions:
bruno:
ignore:
- node_modules
- .git
presets:
request:
type: grpc
url: localhost:50053