cppkiteconnect
cppkiteconnect copied to clipboard
feat: v2
@bhumitattarde, would it be possible to share a few steps to review this?
@bhumitattarde, would it be possible to share a few steps to review this?
Skip the Files Changed tab and browse the branch directly. Focus on the kitepp directory. You've already looked at responses/* files so those can be skipped. Start with kite.hpp, it has interface of the kite (REST) class. The implementations can be found in the kite/ directory. ticker/ws.hpp has interface for the websocket api and the implementation is in internal.hpp. After that, the only major files are exceptions.hpp and utils.hpp.
tests has similar structure.
Thanks @bhumitattarde, gave a quick glance; will do a deeper dive over the weekend.
@ranjanrak @ajinasokan possible to review as well and also run the examples?
https://github.com/zerodha/cppkiteconnect/tree/v2
Removing the previous comment. Have an updated v2 fork with latest libraries, bug fixes and vcpkg manifest integration - details here https://github.com/zerodha/cppkiteconnect/issues/54
@rhnvrm @ajinasokan I don't have any more changes to make. Can we merge this if there's nothing to add?