Client code generation (grpc) - 1080Motion/API GitHub Wiki

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.