-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 1b336cb
Showing
112 changed files
with
17,150 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: fdee670c1f07dde700bee0a8dbbacb45 | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--------------------- | ||
Exceptions | ||
--------------------- | ||
|
||
.. automodule:: exotelpy.exceptions | ||
:show-inheritance: | ||
:members: | ||
:member-order: bysource |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
--------------------- | ||
Exotel | ||
--------------------- | ||
|
||
.. currentmodule:: exotelpy.exotel | ||
|
||
.. IMPORTANT:: | ||
Please refer to linked `Exotel API docs <https://developer.exotel.com/api/sms>`_ for more details | ||
|
||
.. autoclass:: Exotel | ||
|
||
|
||
.. rubric:: Campaigns | ||
|
||
.. automethod:: create_campaign | ||
.. automethod:: create_campaign_with_list | ||
.. automethod:: get_campaign_details | ||
.. automethod:: delete_campaign | ||
.. automethod:: get_campaign_call_details | ||
.. automethod:: get_bulk_campaign_details | ||
|
||
|
||
.. rubric:: Contacts | ||
.. automethod:: create_contacts | ||
.. automethod:: get_contact_details | ||
.. automethod:: delete_contact | ||
.. automethod:: delete_contacts | ||
|
||
|
||
.. rubric:: Lists | ||
.. automethod:: create_list | ||
.. automethod:: add_contacts_to_list | ||
.. automethod:: delete_list | ||
.. automethod:: get_list_details | ||
.. automethod:: get_bulk_lists | ||
.. automethod:: get_list_contacts | ||
|
||
|
||
.. rubric:: SMS Campaigns | ||
.. DANGER:: | ||
SMS Campaign Methods will be soon deprecated as Exotel has deprecated the endpoint | ||
.. automethod:: create_sms_campaign | ||
.. automethod:: create_sms_campaign_with_list | ||
.. automethod:: create_message_campaign | ||
.. automethod:: create_message_campaign_with_list | ||
.. automethod:: get_sms_campaign_details | ||
.. automethod:: get_bulk_sms_campaign_details | ||
.. automethod:: get_sms_campaign_sms_details | ||
|
||
|
||
.. rubric:: SMS | ||
.. automethod:: get_sms_details | ||
.. automethod:: send_bulk_sms | ||
|
||
.. rubric:: Exophones | ||
.. automethod:: get_all_exophones | ||
.. automethod:: get_exophone_details | ||
.. automethod:: get_exophone_heartbeat |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
exotelpy.exceptions | ||
=================== | ||
|
||
.. automodule:: exotelpy.exceptions | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
.. rubric:: Exceptions | ||
|
||
.. autosummary:: | ||
|
||
AuthenticationFailed | ||
NotFound | ||
PaymentRequired | ||
PermissionDenied | ||
PyexotelBaseException | ||
Throttled | ||
UniqueViolationError | ||
ValidationError | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
exotelpy.exotel.Exotel | ||
======================== | ||
|
||
.. currentmodule:: exotelpy.exotel | ||
|
||
.. autoclass:: Exotel | ||
|
||
|
||
.. automethod:: __init__ | ||
|
||
|
||
.. rubric:: Methods | ||
|
||
.. autosummary:: | ||
|
||
~Exotel.__init__ | ||
~Exotel.add_contacts_to_list | ||
~Exotel.create_campaign | ||
~Exotel.create_campaign_with_list | ||
~Exotel.create_contacts | ||
~Exotel.create_list | ||
~Exotel.create_message_campaign | ||
~Exotel.create_message_campaign_with_list | ||
~Exotel.create_sms_campaign | ||
~Exotel.create_sms_campaign_with_list | ||
~Exotel.delete_campaign | ||
~Exotel.delete_contact | ||
~Exotel.delete_contacts | ||
~Exotel.delete_list | ||
~Exotel.get_all_exophones | ||
~Exotel.get_bulk_campaign_details | ||
~Exotel.get_bulk_lists | ||
~Exotel.get_bulk_sms_campaign_details | ||
~Exotel.get_campaign_call_details | ||
~Exotel.get_campaign_details | ||
~Exotel.get_contact_details | ||
~Exotel.get_exophone_details | ||
~Exotel.get_exophone_heartbeat | ||
~Exotel.get_list_contacts | ||
~Exotel.get_list_details | ||
~Exotel.get_sms_campaign_details | ||
~Exotel.get_sms_campaign_sms_details | ||
~Exotel.get_sms_details | ||
~Exotel.send_bulk_sms | ||
|
||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
exotelpy.exotel.Retry | ||
======================= | ||
|
||
.. currentmodule:: exotelpy.exotel | ||
|
||
.. autoclass:: Retry | ||
|
||
|
||
.. automethod:: __init__ | ||
|
||
|
||
.. rubric:: Methods | ||
|
||
.. autosummary:: | ||
|
||
~Retry.__init__ | ||
~Retry.to_dict | ||
|
||
|
||
|
||
|
||
|
||
.. rubric:: Attributes | ||
|
||
.. autosummary:: | ||
|
||
~Retry.mechanism | ||
~Retry.on_status | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
exotelpy.exotel.Schedule | ||
========================== | ||
|
||
.. currentmodule:: exotelpy.exotel | ||
|
||
.. autoclass:: Schedule | ||
|
||
|
||
.. automethod:: __init__ | ||
|
||
|
||
.. rubric:: Methods | ||
|
||
.. autosummary:: | ||
|
||
~Schedule.__init__ | ||
~Schedule.to_json | ||
|
||
|
||
|
||
|
||
|
||
.. rubric:: Attributes | ||
|
||
.. autosummary:: | ||
|
||
~Schedule.end_at | ||
~Schedule.send_at | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
exotelpy.validators | ||
=================== | ||
|
||
.. automodule:: exotelpy.validators | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
.. rubric:: Functions | ||
|
||
.. autosummary:: | ||
|
||
validate_phone_number | ||
validate_url | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
pyexotel.exceptions | ||
=================== | ||
|
||
.. automodule:: pyexotel.exceptions | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
.. rubric:: Exceptions | ||
|
||
.. autosummary:: | ||
|
||
AuthenticationFailed | ||
NotFound | ||
PaymentRequired | ||
PermissionDenied | ||
PyexotelBaseException | ||
Throttled | ||
UniqueViolationError | ||
ValidationError | ||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
exotelpy.exotel.Exotel | ||
======================== | ||
|
||
.. currentmodule:: exotelpy.exotel | ||
|
||
.. autoclass:: Exotel | ||
|
||
|
||
.. automethod:: __init__ | ||
|
||
|
||
.. rubric:: Methods | ||
|
||
.. autosummary:: | ||
|
||
~Exotel.__init__ | ||
~Exotel.add_contacts_to_list | ||
~Exotel.create_campaign | ||
~Exotel.create_campaign_with_list | ||
~Exotel.create_contacts | ||
~Exotel.create_list | ||
~Exotel.create_message_campaign | ||
~Exotel.create_message_campaign_with_list | ||
~Exotel.create_sms_campaign | ||
~Exotel.create_sms_campaign_with_list | ||
~Exotel.delete_campaign | ||
~Exotel.delete_contact | ||
~Exotel.delete_contacts | ||
~Exotel.delete_list | ||
~Exotel.get_all_exophones | ||
~Exotel.get_bulk_campaign_details | ||
~Exotel.get_bulk_lists | ||
~Exotel.get_bulk_sms_campaign_details | ||
~Exotel.get_campaign_call_details | ||
~Exotel.get_campaign_details | ||
~Exotel.get_contact_details | ||
~Exotel.get_exophone_details | ||
~Exotel.get_exophone_heartbeat | ||
~Exotel.get_list_contacts | ||
~Exotel.get_list_details | ||
~Exotel.get_sms_campaign_details | ||
~Exotel.get_sms_campaign_sms_details | ||
~Exotel.get_sms_details | ||
~Exotel.send_bulk_sms | ||
|
||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
exotelpy.exotel.Retry | ||
======================= | ||
|
||
.. currentmodule:: exotelpy.exotel | ||
|
||
.. autoclass:: Retry | ||
|
||
|
||
.. automethod:: __init__ | ||
|
||
|
||
.. rubric:: Methods | ||
|
||
.. autosummary:: | ||
|
||
~Retry.__init__ | ||
~Retry.to_dict | ||
|
||
|
||
|
||
|
||
|
||
.. rubric:: Attributes | ||
|
||
.. autosummary:: | ||
|
||
~Retry.mechanism | ||
~Retry.on_status | ||
|
||
|
Oops, something went wrong.