Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 728 Bytes

mm.rst

File metadata and controls

26 lines (20 loc) · 728 Bytes

dyn.mm (Message Management) Module

The dyn.mm (MM) module provides access to all of the Message Management resources provided by Dyn's Message Management REST API. It's important to note that all code examples assume the existence of a :class:`~dyn.mm.session.MMSession` instance. This object is used by the modules described below to access the API and make their associated calls.

If you are looking for information on a specific function, class or method, this part of the documentation is for you.

.. toctree::
   :maxdepth: 2
   :numbered:

   mm/accounts
   mm/message
   mm/reports
   mm/session
   mm/errors