0.32.0 #124
dantownsend
started this conversation in
General
0.32.0
#124
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Added support for the
Content-Range
HTTP header in the GET endpoint ofPiccoloCRUD
. This means the API client can fetch the number of available rows, without doing a separate API call to thecount
endpoint.If the page size is 10, then the response header then looks something like:
The feature was created to make Piccolo APIs work better with front ends like React Admin.
Thanks to @trondhindenes for adding this feature, and @sinisaos for help reviewing.
This discussion was created from the release 0.32.0.
Beta Was this translation helpful? Give feedback.
All reactions