17 lines
291 B
YAML
17 lines
291 B
YAML
info:
|
|
name: Montitor Album
|
|
type: grpc
|
|
seq: 5
|
|
|
|
grpc:
|
|
url: localhost:50051
|
|
method: /music.v1.MusicService/MonitorAlbum
|
|
methodType: unary
|
|
message: |-
|
|
{
|
|
"album": "Творчество в пустоте",
|
|
"artist": "ДДТ",
|
|
"quality": 0
|
|
}
|
|
auth: inherit
|