Skip to content
Snippets Groups Projects
Open It should be possible to request a set of PNDs,ONDs, SBIs via gRPC instead of only one/all
  • View options
  • It should be possible to request a set of PNDs,ONDs, SBIs via gRPC instead of only one/all

  • View options
  • Open Issue created by Ghost User

    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 the GetPndList 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?

    0 of 1 checklist item completed · Edited by Ghost User
    • Merge request
    • Branch

    Linked items 0

  • Link items together to show that they're related or that one is blocking others.

    Activity

    • All activity
    • Comments only
    • History only
    • Newest first
    • Oldest first
    Loading Loading Loading Loading Loading Loading Loading Loading Loading Loading