Liking cljdoc? Tell your friends :D

clj-momo.lib.es.pagination


default-limitclj

source

list-response-schemaclj

(list-response-schema Model)

generate a list response schema for a model

generate a list response schema for a model
sourceraw docstring

max-result-windowclj

source

paginateclj

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

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
sourceraw docstring

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

× close