|
| 1 | +.github/workflows/python.yml |
| 2 | +.gitignore |
| 3 | +.gitlab-ci.yml |
| 4 | +.openapi-generator-ignore |
| 5 | +.travis.yml |
| 6 | +README.md |
| 7 | +docs/BlockingApi.md |
| 8 | +docs/DenyRuleNew.md |
| 9 | +docs/DenyRuleRecord.md |
| 10 | +docs/EmailAddress.md |
| 11 | +docs/EmailAddressName.md |
| 12 | +docs/GenericResponse.md |
| 13 | +docs/GetMailOrders401Response.md |
| 14 | +docs/GetStats200ResponseInner.md |
| 15 | +docs/HistoryApi.md |
| 16 | +docs/MailAttachment.md |
| 17 | +docs/MailBlockClickHouse.md |
| 18 | +docs/MailBlockRspamd.md |
| 19 | +docs/MailBlocks.md |
| 20 | +docs/MailLog.md |
| 21 | +docs/MailLogEntry.md |
| 22 | +docs/MailOrder.md |
| 23 | +docs/SendMail.md |
| 24 | +docs/SendMailAdv.md |
| 25 | +docs/SendingApi.md |
| 26 | +docs/ServicesApi.md |
| 27 | +docs/StatusApi.md |
| 28 | +git_push.sh |
| 29 | +openapi_client/__init__.py |
| 30 | +openapi_client/api/__init__.py |
| 31 | +openapi_client/api/blocking_api.py |
| 32 | +openapi_client/api/history_api.py |
| 33 | +openapi_client/api/sending_api.py |
| 34 | +openapi_client/api/services_api.py |
| 35 | +openapi_client/api/status_api.py |
| 36 | +openapi_client/api_client.py |
| 37 | +openapi_client/api_response.py |
| 38 | +openapi_client/configuration.py |
| 39 | +openapi_client/exceptions.py |
| 40 | +openapi_client/models/__init__.py |
| 41 | +openapi_client/models/deny_rule_new.py |
| 42 | +openapi_client/models/deny_rule_record.py |
| 43 | +openapi_client/models/email_address.py |
| 44 | +openapi_client/models/email_address_name.py |
| 45 | +openapi_client/models/generic_response.py |
| 46 | +openapi_client/models/get_mail_orders401_response.py |
| 47 | +openapi_client/models/get_stats200_response_inner.py |
| 48 | +openapi_client/models/mail_attachment.py |
| 49 | +openapi_client/models/mail_block_click_house.py |
| 50 | +openapi_client/models/mail_block_rspamd.py |
| 51 | +openapi_client/models/mail_blocks.py |
| 52 | +openapi_client/models/mail_log.py |
| 53 | +openapi_client/models/mail_log_entry.py |
| 54 | +openapi_client/models/mail_order.py |
| 55 | +openapi_client/models/send_mail.py |
| 56 | +openapi_client/models/send_mail_adv.py |
| 57 | +openapi_client/py.typed |
| 58 | +openapi_client/rest.py |
| 59 | +pyproject.toml |
| 60 | +requirements.txt |
| 61 | +setup.cfg |
| 62 | +setup.py |
| 63 | +test-requirements.txt |
| 64 | +test/__init__.py |
| 65 | +test/test_blocking_api.py |
| 66 | +test/test_deny_rule_new.py |
| 67 | +test/test_deny_rule_record.py |
| 68 | +test/test_email_address.py |
| 69 | +test/test_email_address_name.py |
| 70 | +test/test_generic_response.py |
| 71 | +test/test_get_mail_orders401_response.py |
| 72 | +test/test_get_stats200_response_inner.py |
| 73 | +test/test_history_api.py |
| 74 | +test/test_mail_attachment.py |
| 75 | +test/test_mail_block_click_house.py |
| 76 | +test/test_mail_block_rspamd.py |
| 77 | +test/test_mail_blocks.py |
| 78 | +test/test_mail_log.py |
| 79 | +test/test_mail_log_entry.py |
| 80 | +test/test_mail_order.py |
| 81 | +test/test_send_mail.py |
| 82 | +test/test_send_mail_adv.py |
| 83 | +test/test_sending_api.py |
| 84 | +test/test_services_api.py |
| 85 | +test/test_status_api.py |
| 86 | +tox.ini |
0 commit comments