You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.
mastodon-http--get-json currently returns a vector, it can be adapted to return a list.
While these changes are being made I recommend adding header info to the output. This will be required for allowing nav in favourites and other timelines that are sorted using an internal key. Something like:
From documentation
Note: max_id and since_id for next and previous pages are provided in the Link header. It is not possible to use the id of the returned objects to construct your own URLs, because the results are sorted by an internal key.
mastodon-http--get-json
currently returns a vector, it can be adapted to return a list.While these changes are being made I recommend adding header info to the output. This will be required for allowing nav in favourites and other timelines that are sorted using an internal key. Something like:
From documentation
Note: max_id and since_id for next and previous pages are provided in the Link header. It is not possible to use the id of the returned objects to construct your own URLs, because the results are sorted by an internal key.
The text was updated successfully, but these errors were encountered: