Skip to content

Commit

Permalink
Merge pull request #74 from livechat/API-10483-refactor-customer-rtm-api
Browse files Browse the repository at this point in the history
API-10483: Refactor Customer RTM API
  • Loading branch information
skamieniarz authored May 4, 2022
2 parents 2dbb02a + a9bdd00 commit 137f898
Show file tree
Hide file tree
Showing 7 changed files with 1,578 additions and 324 deletions.
2 changes: 1 addition & 1 deletion examples/customer_rtm_example.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
''' Customer RTM client example usage. '''

from livechat.customer.rtm.client import CustomerRTM
from livechat.customer.rtm.base import CustomerRTM

customer_rtm = CustomerRTM.get_client(license_id=12345)
customer_rtm.open_connection()
Expand Down
2 changes: 1 addition & 1 deletion livechat/customer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#pylint: disable=C0114
from livechat.customer.rtm.client import CustomerRTM
from livechat.customer.rtm.base import CustomerRTM
from livechat.customer.web.base import CustomerWeb
638 changes: 638 additions & 0 deletions livechat/customer/rtm/api/v33.py

Large diffs are not rendered by default.

Loading

0 comments on commit 137f898

Please sign in to comment.