(delete url)
(delete url params)
Delete a resource at a URL with a Transit-encoded body.
Delete a resource at a URL with a Transit-encoded body.
(get url)
(get url params)
Get a resource from a URL with an optional map of query parameters.
Get a resource from a URL with an optional map of query parameters.
(patch url)
(patch url params)
Patch a resource at a URL with a Transit-encoded body.
Patch a resource at a URL with a Transit-encoded body.
(post url)
(post url params)
Create a resource at a URL with a Transit-encoded body.
Create a resource at a URL with a Transit-encoded body.
(put url)
(put url params)
Replace a resource at a URL with a Transit-encoded body.
Replace a resource at a URL with a Transit-encoded body.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close