-
Task
-
Resolution: Done
-
Normal
-
None
For GRPC, the create/read/delete endpoints all use payloads.
the Create paylaod is already supported (as it matches the HTTP payload).
However, for READ/DELETE, HTTP uses params, and GRPC uses a modified payload (using filter)
Support an advanced mapping to easily translate between http/grpc in the read/delete scenarios.