gRPC support
Please consider creating/supporting contract first API protocols like gRPC; gRPC is more performant over other API protocols and has a contract first approach where the same contact supports tooling to generate client/server stubs in a number of languages. gRPC is tech stack agnostic an open standard; gRPC also supports streaming/multiplexing that could be useful where larger dataset or groups of message need to be exchanged.
Comments: 1
-
25 Jan, '21
Tony Heap AdminThis is an interesting suggestion, given that we have so far gone down the (pseudo) REST / OAS route. We also, of course, use FHIR. I haven't looked much into gRPC as yet, but it looks like a few people have been trying to combine FHIR with gRPC. If this feature gets a lot of upvotes we will investigate further.