Skip to content

Commit

Permalink
deploy: 6eed7e9
Browse files Browse the repository at this point in the history
  • Loading branch information
udit-001 committed Dec 22, 2023
0 parents commit b75b3ce
Show file tree
Hide file tree
Showing 112 changed files with 17,150 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .buildinfo
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 added .doctrees/environment.pickle
Binary file not shown.
Binary file added .doctrees/exceptions.doctree
Binary file not shown.
Binary file added .doctrees/exotel.doctree
Binary file not shown.
Binary file added .doctrees/exotelpy.exceptions.doctree
Binary file not shown.
Binary file added .doctrees/exotelpy.exotel.Exotel.doctree
Binary file not shown.
Binary file added .doctrees/exotelpy.exotel.Retry.doctree
Binary file not shown.
Binary file added .doctrees/exotelpy.exotel.Schedule.doctree
Binary file not shown.
Binary file added .doctrees/exotelpy.validators.doctree
Binary file not shown.
Binary file added .doctrees/exotelpy/exotelpy.exceptions.doctree
Binary file not shown.
Binary file added .doctrees/exotelpy/exotelpy.exotel.Exotel.doctree
Binary file not shown.
Binary file added .doctrees/exotelpy/exotelpy.exotel.Retry.doctree
Binary file not shown.
Binary file not shown.
Binary file added .doctrees/exotelpy/exotelpy.validators.doctree
Binary file not shown.
Binary file added .doctrees/index.doctree
Binary file not shown.
Binary file added .doctrees/retry.doctree
Binary file not shown.
Binary file added .doctrees/schedule.doctree
Binary file not shown.
Binary file added .doctrees/validators.doctree
Binary file not shown.
Empty file added .nojekyll
Empty file.
8 changes: 8 additions & 0 deletions _sources/exceptions.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---------------------
Exceptions
---------------------

.. automodule:: exotelpy.exceptions
:show-inheritance:
:members:
:member-order: bysource
58 changes: 58 additions & 0 deletions _sources/exotel.rst.txt
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
33 changes: 33 additions & 0 deletions _sources/exotelpy.exceptions.rst.txt
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


50 changes: 50 additions & 0 deletions _sources/exotelpy.exotel.Exotel.rst.txt
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






30 changes: 30 additions & 0 deletions _sources/exotelpy.exotel.Retry.rst.txt
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


30 changes: 30 additions & 0 deletions _sources/exotelpy.exotel.Schedule.rst.txt
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


27 changes: 27 additions & 0 deletions _sources/exotelpy.validators.rst.txt
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










36 changes: 36 additions & 0 deletions _sources/exotelpy/exotelpy.exceptions.rst.txt
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





50 changes: 50 additions & 0 deletions _sources/exotelpy/exotelpy.exotel.Exotel.rst.txt
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






30 changes: 30 additions & 0 deletions _sources/exotelpy/exotelpy.exotel.Retry.rst.txt
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


Loading

0 comments on commit b75b3ce

Please sign in to comment.