javakiteconnect icon indicating copy to clipboard operation
javakiteconnect copied to clipboard

The official Java client for communicating with Kite Connect API.

Results 17 javakiteconnect issues
Sort by recently updated
recently updated
newest added

HI i have using java library and subscribed for nifty and nifty future via java web socket library. Everything works good, just one issue is there With Nifty Index. change...

I wanted to explore Kite APIs using Java lib connector but I just came to know it's not free and it's okay but I want to develop something before I...

okhttp has changed the ordering of the parameters that they use in create method. Reference: https://square.github.io/okhttp/3.x/okhttp/okhttp3/RequestBody.html#create-okhttp3.MediaType-java.lang.String-

Currently all the failures returns exceptions like `InputException`, `KiteException` etc. but they do not contain detailed error message that is coming from zerodha's rest API, for example, `Markets are closed...

As per the API doc https://kite.trade/docs/connect/v3/market-quotes/#csv-response-columns, `strike` field type should be `float` but it is `String` at the moment.

Bumps [kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.3.70 to 1.6.0. Release notes Sourced from kotlin-stdlib's releases. Kotlin 1.6.0 Changelog Android KT-48019 Bundle Kotlin Tooling Metadata into apk artifacts KT-47733 JVM / IR: Android Synthetic...

dependencies

Bumps [gson](https://github.com/google/gson) from 2.6.2 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...

dependencies

I get a random and hard to reproduce **IllegalStateException** errors with calls to the api **GetInstruments**. Retrying the same , works. Exception trace below; java.lang.IllegalStateException: closed okio.RealBufferedSource.select(RealBufferedSource.kt:83) okhttp3.internal.Util.readBomAsCharset(Util.kt:256) okhttp3.ResponseBody.string(ResponseBody.kt:187) com.zerodhatech.kiteconnect.kitehttp.KiteResponseHandler.handle(KiteResponseHandler.java:34)...

Added explanation for how to include com.rainmatter.kiteconnect in Android Studio

### Summary This PR addresses the limitation of the current README file for the Kite Connect Java library, which only suggests downloading the JAR file directly. To facilitate better project...