File tree Expand file tree Collapse file tree 3 files changed +2
-1
lines changed
src/main/java/com/rainmatter/kiteconnect Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Kite Connect is a set of REST-like APIs that expose many capabilities required t
1212##Usage
1313- [ Download jar file] ( https://github.com/rainmattertech/kiteconnectjava/raw/master/dist/kiteconnectjava.jar ) and include it in your build path.
1414
15- - Include com.rainmatter.kiteconnect into build path from maven. Use version 1.3
15+ - Include com.rainmatter.kiteconnect into build path from maven. Use version 1.4
1616
1717## API usage
1818``` java
Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ public Routes(){
5050 put ("user.margins" , "/user/margins/:segment" );
5151
5252 put ("orders" , "/orders" );
53+ put ("order" , "/orders/:order_id" );
5354 put ("trades" , "/trades" );
5455 put ("orders.info" , "/orders/:order_id" );
5556 put ("orders.place" , "/orders/:variety" );
You can’t perform that action at this time.
0 commit comments