New for_collection
method on Serializers that is pagination aware
#866
Labels
for_collection
method on Serializers that is pagination aware
#866
This one may be stepping in a little too deep, but I have this overload method added in my app that helps me serialize a collection with pagination data added in. This helps with an API where the front-end handles the pagination.
Then the
PaginationSerializer
is also generic enough to be added in by defaultIt would be added in to this class
lucky_cli/src/web_app_skeleton/src/serializers/base_serializer.cr.ecr
Line 1 in ca11a9f
The text was updated successfully, but these errors were encountered: