API Plugin ====================== An API Plugin allows the Smarter platform to interact with external API services. It defines how to connect, authenticate, and communicate with these services. Technical References -------------------- - Class Reference: :py:class:`smarter.apps.plugin.plugin.api.ApiPlugin` - Django ORM Model: :py:class:`smarter.apps.plugin.models.PluginDataApi` - :doc:`SAM Broker <../sam/brokers/api-plugin>` - :doc:`SAM Pydantic Class Reference <../sam/models/api-plugin>` .. automodule:: smarter.apps.plugin.plugin.api :members: :undoc-members: :inherited-members: :show-inheritance: