Expand description
Core library for the mkt multi-platform marketing CLI.
This crate provides the shared traits, domain models, configuration, output formatting, HTTP client, and error types used across all provider crates.
Modulesยง
- auth
- Authentication and token resolution.
- config
- Configuration loading and profile management.
- error
- Unified error types for the
mktworkspace. - http
- Shared HTTP client and rate limiting utilities.
- models
- Domain models for the
mktmarketing CLI. - output
- Output formatting for CLI results.
- pii
- Normalization and hashing of personally identifiable information (PII) for audience uploads.
- provider
- Core provider trait for the
mktmarketing CLI.