It should be possible to request a set of PNDs,ONDs, SBIs via gRPC instead of only one/all
View options
- Truncate descriptions
The following discussion from !238 (merged) should be addressed:
-
@istmabauc started a discussion: (+1 comment)
As I'm looking at this function I've been thinking if it would be better to require a
GetPndRequest
within theGetPndList
service of the API.service ... { rpc GetPndList(GetPndRequest) returns (GetPndResponse) { option (google.api.http) = { get: "/v1/pnd" }; } }
I think this would allow us to request a set/all/one PND with
GetPnds
(this wouldn't work via the grp-gateway proxy but over the native gRPC endpoint). Do you think this is a possible / a good idea?
- Show labels
- Show closed items
Link items together to show that they're related or that one is blocking others.