LasLabs/python-helpscout

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.coveragerc
.gitignore
.travis.yml
LICENSE.md
README.rst
test_requirements.txt
helpscout/__init__.py63
helpscout/apis/__init__.py16
helpscout/apis/conversations.py259
C
7 hrs
helpscout/apis/customers.py67
A
35 mins
helpscout/apis/mailboxes.py46
A
1 hr
helpscout/apis/tags.py12
helpscout/apis/teams.py60
A
1 hr
helpscout/apis/users.py51
helpscout/apis/web_hook.py32
helpscout/auth_proxy.py53
helpscout/base_api.py248
A
2 hrs
helpscout/base_model.py176
helpscout/domain/__init__.py172
helpscout/exceptions.py18
helpscout/models/__init__.py58
helpscout/models/address.py32
helpscout/models/attachment.py25
helpscout/models/attachment_data.py24
helpscout/models/base_conversation.py33
helpscout/models/chat.py23
helpscout/models/conversation.py93
helpscout/models/custom_field.py35
helpscout/models/customer.py37
helpscout/models/email.py13
helpscout/models/field.py31
helpscout/models/folder.py35
helpscout/models/mailbox.py22
helpscout/models/mailbox_ref.py8
helpscout/models/option.py14
helpscout/models/person.py57
helpscout/models/phone.py19
helpscout/models/rating.py37
helpscout/models/search_conversation.py19
helpscout/models/search_customer.py37
helpscout/models/social_profile.py25
helpscout/models/source.py14
helpscout/models/tag.py22
helpscout/models/thread.py129
helpscout/models/user.py16
helpscout/models/web_hook.py23
helpscout/models/web_hook_event.py30
helpscout/models/website.py7
helpscout/models/workflow.py34