Is there a C/C++ API availible?

anonymous
If not, are there any plans to provide the same in near future? It seems odd having API for every other major language except C/C++.
Tagged:
  • sujith
    Hi,
    Kite Connect is just a set of REST-like APIs you can write a wrapper around it in any language. All Kite Connect libraries are open source. We would be happy to feature if anyone is ready to build one. You can see some third party libraries featured on our documentation as well.
  • anonymous
    Hi @sujith
    Apologies, I meant SDK/library, at least for websocket streaming. I'm writing a wrapper for HTTP API itself and will probably make it open source, but It's pretty hard to write an async WS client in C++.
  • rakeshr
    Hey,
    We have just released our official C++ SDK/Library, you can check more about it here.
  • shubsri93
    Hi All,
    Could anyone explain how to use REST API and TICKER given as an example in cpp SDK after the final build.
  • rakeshr
    You can refer to the documentation here.
  • Sandeep_Prakash
    Can someone clarify: Latency in receiving the Ticks via websocket is not dependent on the language library (C++, Java, ...) used. Is it not?
  • sujith
    Client library will just convert the binary data to user readable format.
    The latency can't depend on the client library. The Kite Ticker just publishes data when there is a change and client library will parse the data.
Sign In or Register to comment.