Audible icon indicating copy to clipboard operation
Audible copied to clipboard

state token for library requests

Open mkb79 opened this issue 2 years ago • 2 comments

A library response returns a 13-digit numeric state-token in the response headers.

Using this state token in the url query on the next request like /1.0/library?state_token=1234567654321 will return only changes since the state take was given.

If there are no new content, the json response body items list is empty, the total-count header entry is 0 and the state token is in the header is unchanged. If there are changes in the library, a new state token is obtained, which should be used next time.

mkb79 avatar May 09 '22 14:05 mkb79

Discussions to this topic can be found here.

mkb79 avatar May 27 '22 06:05 mkb79

This issue has not been updated for a while and will be closed soon.

github-actions[bot] avatar Sep 27 '23 03:09 github-actions[bot]