API Call Method

There are two ways to call OpenAPI: synchronous HTTPS Interfaces and asynchronous Message Channel.

HTTPS Interfaces

APIs that return synchronously after called.

Please refer to HTTPS Request.

Message Channel

Messages pushed by the IPC need to be received through Message Channel, so as to ensure real-time.

Please refer to Message Channel.