The Examples given and steps for java client library not working

algolover
Hello,
From the kite Usage https://github.com/zerodhatech/javakiteconnect/tree/kite3 , the steps are

Download Kite Connect 3 jar file and include it in your build path. => done
Include com.rainmatter.kiteconnect into build path from maven. Use version 3.0.0 => what is this?? This is error

Also example shown the is showing error.
Can you clearly explain the steps for same with a working code.
I subscribed for API only to find the all examples are wrong

UserModel userModel = kiteSdk.requestAccessToken("request_token", "your_apiSecret");
Nothing called UserModel in the jar provided...similarly method doesnt exist.
Please help fast!
  • sujith
    There are two ways of using the library one is using a jar from libs directory or include the maven path in your build path.
    All the examples included in the samples are tested and working fine.
Sign In or Register to comment.