fictive.mandrill.inbound module¶
facilities for wokring with Mandrill Inbound
Classes
Details about the message for which the event occurred. |
|
top level schema for manndrill inbound events |
-
class
fictive.mandrill.inbound.MandrillEventSchema(*, only: Union[Sequence[str], Set[str]] = None, exclude: Union[Sequence[str], Set[str]] = (), many: bool = False, context: Dict = None, load_only: Union[Sequence[str], Set[str]] = (), dump_only: Union[Sequence[str], Set[str]] = (), partial: Union[bool, Sequence[str], Set[str]] = False, unknown: str = None)[source]¶ Bases:
marshmallow.schema.Schematop level schema for manndrill inbound events
-
opts= <marshmallow.schema.SchemaOpts object>¶
-
-
class
fictive.mandrill.inbound.MandrillEventMessageSchema(*, only: Union[Sequence[str], Set[str]] = None, exclude: Union[Sequence[str], Set[str]] = (), many: bool = False, context: Dict = None, load_only: Union[Sequence[str], Set[str]] = (), dump_only: Union[Sequence[str], Set[str]] = (), partial: Union[bool, Sequence[str], Set[str]] = False, unknown: str = None)[source]¶ Bases:
marshmallow.schema.SchemaDetails about the message for which the event occurred.
-
opts= <marshmallow.schema.SchemaOpts object>¶
-