fictive.mandrill.exports module

facilities for working with the Mandrill exports API

Classes

MandrillExportResponseSchema

schema for Mandrill export API responses

class fictive.mandrill.exports.MandrillExportResponseSchema(*, 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.Schema

schema for Mandrill export API responses

opts = <marshmallow.schema.SchemaOpts object>