(create-envelope {:keys [base-url account-id retry-config] :as adapter}
envelope
opts)
(get-envelope-documents {:keys [retry-config base-url account-id] :as adapter}
envelope-id
opts)
(get-envelope-signing-url {:keys [retry-config base-url account-id] :as adapter}
envelope-id
{:keys [id email name] :as signer}
return-url
opts)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close