agoras.core.api_base module =========================== Base API class for platform API client implementations. Package Overview ---------------- The ``agoras.core.api_base`` module provides the ``BaseAPI`` class that serves as the foundation for all platform-specific API clients. Platform implementations in ``agoras-platforms`` extend this class. .. note:: **Platform APIs Moved:** Platform-specific API managers have moved to ``agoras-platforms``. See :doc:`platforms` for platform API documentation. agoras.core.api_base module ---------------------------- .. automodule:: agoras.core.api_base :members: :undoc-members: :show-inheritance: