(bootstrap api-root concise-handlers & [{:keys [produces consumes] :as opts}])
Creates a martian instance from a martian description
Creates a martian instance from a martian description
(bootstrap-openapi api-root json & [opts])
Creates a martian instance from an openapi/swagger spec based on the schema provided
Creates a martian instance from an openapi/swagger spec based on the schema provided
(update-handler m route-name update-fn & update-args)
Update a handler in the martian record with the provided route-name e.g. add route-specific interceptors: (update-handler m :load-pet assoc :interceptors [an-interceptor])
Update a handler in the martian record with the provided route-name e.g. add route-specific interceptors: (update-handler m :load-pet assoc :interceptors [an-interceptor])
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close