Liking cljdoc? Tell your friends :D

ductile.pagination


default-limitclj


list-response-schemaclj

(list-response-schema Model)

generate a list response schema for a model

generate a list response schema for a model
raw docstring

max-result-windowclj


paginateclj

(paginate data
          {:keys [sort_by sort_order offset limit]
           :or {sort_by :id sort_order :asc offset 0 limit default-limit}})

responseclj

(response results {:keys [offset limit sort search_after hits]})

Make a paginated response adding pagination helpers into a map

Make a paginated response adding pagination helpers into a map
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close