ibaHD-Server-API-Read
본문ibaHD-Server-API-Read is a licensed API enabling 3rd party applications to query historical data and events from ibaHD-Server.
The API is built on the open source gRPC framework, which is a Remote Procedure Call (RPC) framework based on the HTTP2 protocol and Protocol Buffers serialization.
To use the API programmatically, first the ibaHD-API client code for the desired programming language must be generated. To do this, two parts are required:
■ The ibaHD-API.proto interface definition file. It is supplied with the ibaHD-Server installation and can be found in the “ibaHD-API” folder inside the ibaHD-Server installation directory.
■ The gRPC tooling required to generate the ibaHD-API client. For each supported language the gRPC website provides a detailed tutorial how the client code can be generated: https://grpc.io/docs/tutorials/
Once the ibaHD-API client code has been generated, it can be linked to the target application. Depending on the used language, it may be necessary to link additional gRPC and ProtoBuf base packages to the application. Details are provided in the programming language-specific guides.
|