Because in my case I need this feature ??
Maybe I explain it again:
I have a list of posts, where only the title is shown.
The list is ordered by post id
with the rest api I will swap the titles:
e.g.
(1) gets title of (2)
(2) gets title of (3)
(3) gets title of (1)
this swap will occure every 10 seconds.
In this case post (1) is currently “active” and the other posts are in the queue.
A page reload will be very inappropriate for the user.
Or maybe there are other ways to implement this feature.
But I will need the REST API for this task, because a Raspberry Pi controlls this “queue”.
-
This reply was modified 6 years ago by mcwinston.