|
| 1 | +.github/workflows/python.yml |
| 2 | +.gitignore |
| 3 | +.gitlab-ci.yml |
| 4 | +.travis.yml |
| 5 | +README.md |
| 6 | +docs/Channel.md |
| 7 | +docs/Department.md |
| 8 | +docs/Feedback.md |
| 9 | +docs/FeedbackApi.md |
| 10 | +docs/FeedbackForm.md |
| 11 | +docs/FeedbackListResponse.md |
| 12 | +docs/Message.md |
| 13 | +docs/MessageApi.md |
| 14 | +docs/MessageListResponse.md |
| 15 | +docs/MessageResponse.md |
| 16 | +docs/Operator.md |
| 17 | +docs/OperatorApi.md |
| 18 | +docs/OperatorListResponse.md |
| 19 | +docs/OperatorResponse.md |
| 20 | +docs/Priority.md |
| 21 | +docs/Ticket.md |
| 22 | +docs/TicketApi.md |
| 23 | +docs/TicketListResponse.md |
| 24 | +docs/TicketResponse.md |
| 25 | +docs/TicketStatus.md |
| 26 | +docs/UserSummary.md |
| 27 | +git_push.sh |
| 28 | +pyproject.toml |
| 29 | +requirements.txt |
| 30 | +setup.cfg |
| 31 | +setup.py |
| 32 | +supportpal_api_client/__init__.py |
| 33 | +supportpal_api_client/api/__init__.py |
| 34 | +supportpal_api_client/api/feedback_api.py |
| 35 | +supportpal_api_client/api/message_api.py |
| 36 | +supportpal_api_client/api/operator_api.py |
| 37 | +supportpal_api_client/api/ticket_api.py |
| 38 | +supportpal_api_client/api_client.py |
| 39 | +supportpal_api_client/api_response.py |
| 40 | +supportpal_api_client/configuration.py |
| 41 | +supportpal_api_client/exceptions.py |
| 42 | +supportpal_api_client/models/__init__.py |
| 43 | +supportpal_api_client/models/channel.py |
| 44 | +supportpal_api_client/models/department.py |
| 45 | +supportpal_api_client/models/feedback.py |
| 46 | +supportpal_api_client/models/feedback_form.py |
| 47 | +supportpal_api_client/models/feedback_list_response.py |
| 48 | +supportpal_api_client/models/message.py |
| 49 | +supportpal_api_client/models/message_list_response.py |
| 50 | +supportpal_api_client/models/message_response.py |
| 51 | +supportpal_api_client/models/operator.py |
| 52 | +supportpal_api_client/models/operator_list_response.py |
| 53 | +supportpal_api_client/models/operator_response.py |
| 54 | +supportpal_api_client/models/priority.py |
| 55 | +supportpal_api_client/models/ticket.py |
| 56 | +supportpal_api_client/models/ticket_list_response.py |
| 57 | +supportpal_api_client/models/ticket_response.py |
| 58 | +supportpal_api_client/models/ticket_status.py |
| 59 | +supportpal_api_client/models/user_summary.py |
| 60 | +supportpal_api_client/py.typed |
| 61 | +supportpal_api_client/rest.py |
| 62 | +test-requirements.txt |
| 63 | +test/__init__.py |
| 64 | +test/test_channel.py |
| 65 | +test/test_department.py |
| 66 | +test/test_feedback.py |
| 67 | +test/test_feedback_api.py |
| 68 | +test/test_feedback_form.py |
| 69 | +test/test_feedback_list_response.py |
| 70 | +test/test_message.py |
| 71 | +test/test_message_api.py |
| 72 | +test/test_message_list_response.py |
| 73 | +test/test_message_response.py |
| 74 | +test/test_operator.py |
| 75 | +test/test_operator_api.py |
| 76 | +test/test_operator_list_response.py |
| 77 | +test/test_operator_response.py |
| 78 | +test/test_priority.py |
| 79 | +test/test_ticket.py |
| 80 | +test/test_ticket_api.py |
| 81 | +test/test_ticket_list_response.py |
| 82 | +test/test_ticket_response.py |
| 83 | +test/test_ticket_status.py |
| 84 | +test/test_user_summary.py |
| 85 | +tox.ini |
0 commit comments