-
Notifications
You must be signed in to change notification settings - Fork 2
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:
- Create a .NET core gRPC client
- Python code generation
- Ruby code generation
- gRPC.io - Language Specific Documentation
There is also a C#/.NET sample client that can be used as inspiration.