23 lines
331 B
Plaintext
23 lines
331 B
Plaintext
meta {
|
|
name: Get Artist Albums
|
|
type: grpc
|
|
seq: 11
|
|
}
|
|
|
|
grpc {
|
|
url: localhost:3000
|
|
method: /music_agregator.v1.MusicAgregatorService/GetArtistAlbums
|
|
body: grpc
|
|
auth: inherit
|
|
methodType: unary
|
|
}
|
|
|
|
body:grpc {
|
|
name: message 1
|
|
content: '''
|
|
{
|
|
"artist_id": "3b497c6b-e676-4242-bcad-0a03125faaaa"
|
|
}
|
|
'''
|
|
}
|