Liking cljdoc? Tell your friends :D

wc-api-clj.core

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.
raw docstring

delete-reqclj

(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.
sourceraw docstring

get-reqclj

(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.
sourceraw docstring

post-reqclj

(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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close