poprox_concepts.api.tracking#
Functions
|
|
|
Classes
|
The endpoint and data should use the values that would be passed to url_for in flask. |
|
|
|
- class poprox_concepts.api.tracking.TrackingLinkData(*, newsletter_id, account_id, url, article_id)#
Bases:
BaseModel
- model_config: ClassVar[ConfigDict] = {}#
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
- class poprox_concepts.api.tracking.LoginLinkData(*, account_id, newsletter_id=None, endpoint, data)#
Bases:
BaseModel
The endpoint and data should use the values that would be passed to url_for in flask. In general this would be the name of the endpoint (i.e. python function name)
- model_config: ClassVar[ConfigDict] = {}#
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].