Skip to content

Commit 40e2499

Browse files
authored
Merge branch 'master' into API-9999-align-responses-from-rtm-and-web
2 parents a855267 + 5ecf116 commit 40e2499

22 files changed

+668
-630
lines changed

changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
5+
## [TBD] - Unreleased
6+
7+
### Added
8+
- API stable version 3.4 as a default.
9+
- API dev preview version 3.5 support.
10+
- Proxy support to web interfaces.
11+
412
## [0.1.10] - 2021-12-02
513

614
### Added

configs/main.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[api]
2+
url = api.livechatinc.com
3+
stable = 3.4
4+
dev = 3.5

docs/agent_rtm.html

100644100755
File mode changed.

docs/agent_web.html

100644100755
File mode changed.

docs/configuration_api.html

100644100755
File mode changed.

docs/customer_rtm.html

100644100755
File mode changed.

docs/customer_web.html

100644100755
File mode changed.

docs/index.html

100644100755
File mode changed.

docs/reports_api.html

100644100755
File mode changed.

livechat/agent/rtm/client.py

Lines changed: 131 additions & 135 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)