23 lines
317 B
Plaintext
23 lines
317 B
Plaintext
meta {
|
|
name: Get Artist Albums
|
|
type: grpc
|
|
seq: 3
|
|
}
|
|
|
|
grpc {
|
|
url: localhost:3000
|
|
method: /metadata.v1.MetadataService/GetArtistAlbums
|
|
body: grpc
|
|
auth: inherit
|
|
methodType: unary
|
|
}
|
|
|
|
body:grpc {
|
|
name: message 1
|
|
content: '''
|
|
{
|
|
"artist_id": "65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab"
|
|
}
|
|
'''
|
|
}
|