(delete client profile-id report-id)
(get-by-id client profile-id report-id)
(get-list client profile-id {:keys [max-results scope sort-field sort-order]})
(insert client profile-id report)
(patch client profile-id report-id content)
(put client profile-id report-id report)
(run client profile-id report-id {:keys [synchronous] :or {synchronous false}})
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close