We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 591c3ac + 389bc6f commit bc20275Copy full SHA for bc20275
README.md
@@ -19,6 +19,8 @@ Customer Chat API:
19
Management:
20
* [Configuration API](https://livechat.github.io/lc-sdk-python/configuration_api.html)
21
22
+Reports:
23
+* [Reports API](https://livechat.github.io/lc-sdk-python/reports_api.html)
24
25
## Installation
26
changelog.md
@@ -1,15 +1,13 @@
1
# Change Log
2
All notable changes to this project will be documented in this file.
3
4
-## [0.1.7] - 2021-10-06
+## [0.1.6] - 2021-10-06
5
6
### Added
7
8
- Added type hints support
9
- Added support for reports-api.
10
11
-## [0.1.6] - 2021-10-04
12
-
13
### Changed
14
15
- Refactored ws_client module - new client extends WebSocketApp from websocket-client package.
0 commit comments