Skip to content

Commit 863ecd5

Browse files
committed
changes to fix routes for get order details.
1 parent de7c9e6 commit 863ecd5

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

dist/kiteconnectjava.jar

8 Bytes
Binary file not shown.

src/main/java/com/rainmatter/kiteconnect/Routes.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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");

0 commit comments

Comments
 (0)