Leftovers

This commit is contained in:
Alexander
2026-05-09 21:31:24 +02:00
parent 31ec3f9826
commit 758a4b909a
3 changed files with 43 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
meta {
name: Get Artists
type: grpc
seq: 7
}
grpc {
url: localhost:3000
method: /music_agregator.v1.MusicAgregatorService/GetArtists
body: grpc
auth: inherit
methodType: unary
}
body:grpc {
name: message 1
content: '''
{}
'''
}