Liking cljdoc? Tell your friends :D

pathom.pedestal


default-routesclj

(default-routes options)
source

index-htmlclj

(index-html)

Returns index.html, updating urls to the linked resources

Returns index.html, updating urls to the linked resources
sourceraw docstring

make-parserclj

(make-parser app-registry & {:keys [extra-env]})

Helper to create a pathom parser. extra-env can be used to inject dependencies required by the queries (like a database connection)

Helper to create a pathom parser.
extra-env can be used to inject dependencies required by the queries (like
a database connection)
sourceraw docstring

pathom-routesclj

(pathom-routes options)

Valid options are:

:parser pathom parser. Mandatory.

:pathom-url Path for pathom viz UI (GET requests) and to listen for queries (POST requests). "/pathom" by default.

:pathom-viz? Enable pathom viz UI. False by default.

:interceptors Extra interceptors to append to the endpoint responding to EQL queries

Valid options are:

:parser        pathom parser. Mandatory.

:pathom-url    Path for pathom viz UI (GET requests) and to listen for queries
               (POST requests). "/pathom" by default.

:pathom-viz?   Enable pathom viz UI. False by default.

:interceptors  Extra interceptors to append to the endpoint responding to
               EQL queries
sourceraw docstring

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

× close