Topics
21 Dec 2021, 14:32
 986
 3
Replies

3304047
21 Dec 2021, 14:42

RE:

amusleh said:

Hi,

You can use the reconcile request: https://spotware.github.io/open-api-docs/messages/#protooareconcilereq

For live real time update you should use execution event: https://spotware.github.io/open-api-docs/messages/#protooaexecutionevent

Thank you!


@3304047

3304047
28 Sep 2021, 16:51

RE:

amusleh said:

Hi,

Right now we don't any library for Python or C++, we only have a .NET library.

We will develop more libraries and we will have one for Python in upcoming months.

Open API uses Google Protocol Buffers protocol, its Language agnostic and you can interact with it easily, please check Open API documentation for more detail.

Hi,

is there any progress?

 

I managed to use Protocol Buffers, however I couldn't authenticate yet with socket...

Trying to use grpc and it is not obvious to me how to send ProtoOAApplicationAuthReq and ProtoOAAccountAuthReq correctly.

 

Any help would be greatly appreciated


@3304047