Skip to content

Client code generation (grpc)

Isak Savo edited this page Mar 13, 2024 · 1 revision

Client code for querying the API can be automatically generated for a wide range of programming languages using the proto files. The steps required to generate client code is out of scope for this wiki but a lot of info can be found on the internet if you search for "grpc client code generation".

Here are some links to get you started:

There is also a C#/.NET sample client that can be used as inspiration.

Clone this wiki locally