Riko is a third-party Java library for accessing Upstox API.
Minimum JDK required - JDK 9
Checkout the wiki for more details.
There's a demo project riko-starter
, available for your reference here,
demonstrating the usage of Riko. Feel free to use it as a starter for your own project.
<dependency>
<groupId>com.github.rishabh9</groupId>
<artifactId>riko</artifactId>
<version>3.0.0</version>
</dependency>
dependencies {
implementation 'com.github.rishabh9:riko:3.0.0'
}
libraryDependencies += "com.github.rishabh9" % "riko" % "3.0.0"