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
ra-jsonapi-client uses meta["total"] for pagination. Some libraries use meta["count"] for this. Is it possible to add a fallback to "count"? Or make this configurable? I can create a pull request if you wish.
The text was updated successfully, but these errors were encountered:
Thanks for your input. As fas as I can see JSONAPI does not specify a standard on the "total/count" key name.
In this case it would make sense to make this configurable.
Hi,
ra-jsonapi-client uses
meta["total"]
for pagination. Some libraries usemeta["count"]
for this. Is it possible to add a fallback to "count"? Or make this configurable? I can create a pull request if you wish.The text was updated successfully, but these errors were encountered: