(index-html)
Returns index.html, updating urls to the linked resources
Returns index.html, updating urls to the linked resources
(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)
(pathom-routes options)
Valid options are:
:parser pathom parser. Mandatory.
:oge-url Path for oge UI (GET requests) and to listen for queries (POST requests). "/oge" by default.
:oge? Enable oge UI. False by default.
:interceptors Extra interceptors to append to the endpoint responding to EQL queries
Valid options are: :parser pathom parser. Mandatory. :oge-url Path for oge UI (GET requests) and to listen for queries (POST requests). "/oge" by default. :oge? Enable oge UI. False by default. :interceptors Extra interceptors to append to the endpoint responding to EQL queries
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close