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 Oct 2, 2024. It is now read-only.
That's a good one. In that case we should write a dedicated parser for the Drupal one, because at the moment it fails at parsing the paging information for Drupal.
Maybe the best way to do this is to define parsers for both situations and let another function detect which parser to use.
In fact JSON:API is agnostic about the pagination strategy that is used by an API (server). Well know strategies include page, offset and cursor based, but are not limited to them.
I.m.o we should allow the client to specify which strategy Hyral should use.
It tries to read the paging using the page query parameter, but jsonAPI returns page[offset] and page[limit]
The text was updated successfully, but these errors were encountered: