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.
1 parent 0b6d799 commit 61c003eCopy full SHA for 61c003e
changelog.md
@@ -1,6 +1,13 @@
1
# Change Log
2
All notable changes to this project will be documented in this file.
3
4
+## [0.1.11] - Unreleased
5
+
6
+### Added
7
8
+- Added proxy support to web interfaces
9
10
11
## [0.1.10] - 2021-12-02
12
13
### Added
livechat/customer/web/client.py
@@ -27,7 +27,7 @@ def get_client(license_id: int = None,
27
28
Args:
29
license_id (int): License ID. Required to use API v3.3.
30
- token (str): Full token with type (Bearer/Basic) that will be
+ token (str): Full token with type (Bearer) that will be
31
used as `Authorization` header in requests to API.
32
version (str): API's version. Defaults to `3.3`.
33
base_url (str): API's base url. Defaults to `api.livechatinc.com`.
0 commit comments