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
- 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)
- class poprox_concepts.api.tracking.Token(*, token_id, code, created_at)#
Bases:
BaseModel