Liking cljdoc? Tell your friends :D

collet.actions.odata


compile-odata-structclj

(compile-odata-struct parser data)
(compile-odata-struct parser combine data)

Given a parser, a combine function and a data structure, it will compile the data structure into a string representation of the OData query parameters

Given a parser, a combine function and a data structure,
it will compile the data structure into a string representation of the OData query parameters
raw docstring

dispatch-fnclj

(dispatch-fn x)

expand-parserclj


expand-specclj


filter-parserclj


filter-specclj


join-as-listclj


join-as-pathclj


make-odata-request-mapclj

(make-odata-request-map {:keys [service-url segment filter select expand order
                                top skip follow-next-link next-link
                                get-total-count]
                         :or {follow-next-link false get-total-count false}
                         $count :count})

Builds the request map for an OData request

Builds the request map for an OData request
raw docstring

odata-params-specclj


odata-requestclj

(odata-request params prev-state)

Makes an OData request Reuses the HTTP action to make the request but formats the request according to OData specs OData specific options: :service-url, :segment, :filter, :select, :expand, :order, :top, :skip, :count, :follow-next-link, :get-total-count Also other HTTP options can be passed like :rate-limiter, :headers, :unexceptional-status, :rate, etc

Makes an OData request
Reuses the HTTP action to make the request but formats the request according to OData specs
OData specific options: :service-url, :segment, :filter, :select, :expand, :order, :top, :skip, :count, :follow-next-link, :get-total-count
Also other HTTP options can be passed like :rate-limiter, :headers, :unexceptional-status, :rate, etc
raw docstring

order-by-parserclj


order-by-specclj


registryclj


segment-parserclj


segment-specclj


select-parserclj


select-specclj


stringifycljmultimethod

Multi-method to stringify the parsed OData parameters

Multi-method to stringify the parsed OData parameters
raw docstring

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

× close