(invoke {:keys [parsed-api command-defs servers] :as client}
command
{:keys [input server headers]
:or {input nil
server (:url (first servers))
headers (merge {"Accept" "application/json"}
(when input {"Content-Type" "application/json"}))}
:as opts})
Invoke a command on the blueprint client. Assumes json for content negotiation.
Invoke a command on the blueprint client. Assumes json for content negotiation.
(make-client api-def)
Create a blueprint client from a blueprint api definition.
Create a blueprint client from a blueprint api definition.
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |