Wrapper functions around wc-api-clj.rest
functions to communicate
with the WooCommerce REST API endpoints.
Wrapper functions around [[wc-api-clj.rest]] functions to communicate with the **WooCommerce** REST API endpoints.
(delete-req {:keys [siteurl uri query username password insecure exception]})
DELETE request wrapper function. Must need consumer key/secret.
DELETE request wrapper function. Must need consumer key/secret.
(get-req {:keys [siteurl uri query username password insecure exception]})
GET request wrapper function with authentication. Must need consumer key/secret.
GET request wrapper function with authentication. Must need consumer key/secret.
(post-req {:keys [siteurl uri username password body insecure exception]})
POST request wrapper function with authentication. Must need consumer key/secret.
POST request wrapper function with authentication. Must need consumer key/secret.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close