-
Notifications
You must be signed in to change notification settings - Fork 1
Polling
Nick Evans edited this page Oct 29, 2019
·
3 revisions
This transport mechanism is primarily described in the RPDE specification.
The basic REST endpoint which accepts the from and after parameters is required to allow a full cache refresh / data download on demand (e.g. /getSessions?afterTimestamp=Date(b)&afterId={d97f73fb}
).
For cases where only a polling endpoint is available, the client will poll the endpoint using heuristic backoff in the case of no new changes.