adobe-apiplatform / umapi-client.py

Python client for the User Management API (UMAPI) from Adobe
https://developer.adobe.com/umapi/
MIT License
12 stars 19 forks source link

Start/end sync support #93

Closed adorton-adobe closed 3 years ago

adorton-adobe commented 3 years ago

Add support for Pragma: umapi-sync-start and Pragma: umapi-sync-end headers. These headers are used to signal the start or end of a sync. umapi-sync-start should be sent on the first action update for a sync, and umapi-start-end.

The umapi-client is not responsible for managing when these signals should be sent. It just provides the hooks.