Skip to content

Commit 4867826

Browse files
committed
Update README and CHANGELOG
1 parent aef32a3 commit 4867826

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

CHANGELOG.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ API method name changes
4242

4343
Params and other changes
4444
========================
45-
- `placeOrder` method takes all the params as array including `variety`
46-
- `modifyOrder` method takes all the params as array including `variety` and `order_id`
47-
- `cancelOrder` method takes all the params as array
4845
- `convertPosition` method takes all the params as array
4946
- `getHistoricalData` method takes all the params as array
5047
- [Changes in `generateSession` response structure](https://kite.trade/docs/connect/v3/user/#response-attributes)

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# The Kite Connect API PHP client
1+
# The Kite Connect API PHP client - v3
22
The official PHP client for communicating with the [Kite Connect API](https://kite.trade).
33

44
Kite Connect is a set of REST-like APIs that expose many capabilities required to build a complete investment and trading platform. Execute orders in real time, manage user portfolio and more, with the simple HTTP API collection.
55

6-
[Rainmatter](http://rainmatter.com) (c) 2016. Licensed under the MIT License.
6+
[Zerodha Technology](http://zerodha.com) (c) 2018. Licensed under the MIT License.
77

88
## Documentation
9-
- [PHP client documentation](https://kite.trade/docs/phpkiteconnect/)
9+
- [PHP client documentation](https://kite.trade/docs/phpkiteconnect/v3)
1010
- [Kite Connect HTTP API documentation](https://kite.trade/docs/connect/v3)
1111

1212
## Installing
@@ -54,8 +54,8 @@ Download `kiteconnect.php` and `include()` it in your application.
5454
echo "Order id is ".$order_id;
5555
```
5656

57-
Refer to the [PHP client documentation](https://kite.trade/docs/phpkiteconnect/) for the complete list of supported methods.
57+
Refer to the [PHP client documentation](https://kite.trade/docs/phpkiteconnect/v3) for the complete list of supported methods.
5858

5959
## Changelog
60-
- 2016-07-05 Added `$parent_order_id` to orderModify() and orderCancel() for multi-legged orders.
60+
[Check CHANGELOG.md](CHANGELOG.md)
6161

0 commit comments

Comments
 (0)