You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<html><head><metacharset="UTF-8" /><title>wc-api-clj 0.1.1</title><linkrel="stylesheet" type="text/css" href="css/default.css" /><linkrel="stylesheet" type="text/css" href="css/highlight.css" /><scripttype="text/javascript" src="js/highlight.min.js"></script><scripttype="text/javascript" src="js/jquery.min.js"></script><scripttype="text/javascript" src="js/page_effects.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><divid="header"><h2>Generated by <ahref="https://github.com/weavejester/codox">Codox</a></h2><h1><ahref="index.html"><spanclass="project-title"><spanclass="project-name">wc-api-clj</span><spanclass="project-version">0.1.1</span></span></a></h1></div><divclass="sidebar primary"><h3class="no-link"><spanclass="inner">Project</span></h3><ulclass="index-link"><liclass="depth-1 current"><ahref="index.html"><divclass="inner">Index</div></a></li></ul><h3class="no-link"><spanclass="inner">Namespaces</span></h3><ul><liclass="depth-1"><divclass="no-link"><divclass="inner"><spanclass="tree"><spanclass="top"></span><spanclass="bottom"></span></span><span>wc-api-clj</span></div></div></li><liclass="depth-2 branch"><ahref="wc-api-clj.core.html"><divclass="inner"><spanclass="tree"><spanclass="top"></span><spanclass="bottom"></span></span><span>core</span></div></a></li><liclass="depth-2 branch"><ahref="wc-api-clj.rest.html"><divclass="inner"><spanclass="tree"><spanclass="top"></span><spanclass="bottom"></span></span><span>rest</span></div></a></li><liclass="depth-2 branch"><ahref="wc-api-clj.util.html"><divclass="inner"><spanclass="tree"><spanclass="top"></span><spanclass="bottom"></span></span><span>util</span></div></a></li><liclass="depth-2"><divclass="no-link"><divclass="inner"><spanclass="tree"><spanclass="top"></span><spanclass="bottom"></span></span><span>v3</span></div></div></li><liclass="depth-3 branch"><ahref="wc-api-clj.v3.coupons.html"><divclass="inner"><spanclass="tree"><spanclass="top"></span><spanclass="bottom"></span></span><span>coupons</span></div></a></li><liclass="depth-3 branch"><ahref="wc-api-clj.v3.orders.html"><divclass="inner"><spanclass="tree"><spanclass="top"></span><spanclass="bottom"></span></span><span>orders</span></div></a></li><liclass="depth-3"><ahref="wc-api-clj.v3.products.html"><divclass="inner"><spanclass="tree"><spanclass="top"></span><spanclass="bottom"></span></span><span>products</span></div></a></li></ul></div><divclass="namespace-index" id="content"><h1><spanclass="project-title"><spanclass="project-name">wc-api-clj</span><spanclass="project-version">0.1.1</span></span></h1><h5class="license">Released under the <ahref="https://www.eclipse.org/legal/epl-2.0/">EPL-2.0</a></h5><divclass="doc"><p>WooCommerce REST API client written in Clojure.</p></div><h2>Installation</h2><p>To install, add the following dependency to your project or build file:</p><preclass="deps">[org.clojars.codemascot/wc-api-clj "0.1.1"]</pre><h2>Namespaces</h2><divclass="namespace"><h3><ahref="wc-api-clj.core.html">wc-api-clj.core</a></h3><divclass="doc"><divclass="markdown"><p>Wrapper functions around <ahref="wc-api-clj.rest.html">wc-api-clj.rest</a> functions to communicate with the <strong>WooCommerce</strong> REST API endpoints.</p></div></div><divclass="index"><p>Public variables and functions:</p><ul><li><ahref="wc-api-clj.core.html#var-delete-req">delete-req</a></li><li><ahref="wc-api-clj.core.html#var-get-req">get-req</a></li><li><ahref="wc-api-clj.core.html#var-post-req">post-req</a></li></ul></div></div><divclass="namespace"><h3><ahref="wc-api-clj.rest.html">wc-api-clj.rest</a></h3><divclass="doc"><divclass="markdown"><p>Basic functions to communicate with the <strong>WordPress</strong> REST API endpoints. These functions can be used for <strong>WordPress</strong> REST API communication as well.</p></div></div><divclass="index"><p>Public variables and functions:</p><ul><li><ahref="wc-api-clj.rest.html#var-wp-delete">wp-delete</a></li><li><ahref="wc-api-clj.rest.html#var-wp-get">wp-get</a></li><li><ahref="wc-api-clj.rest.html#var-wp-post">wp-post</a></li></ul></div></div><divclass="namespace"><h3><ahref="wc-api-clj.util.html">wc-api-clj.util</a></h3><divclass="doc"><divclass="markdown"><p>Utility functions for the library.</p></div></div><divclass="index"><p>Public variables and functions:</p><ul><li><ahref="wc-api-clj.util.html#var-is-url">is-url</a></li><li><ahref="wc-api-clj.util.html#var-varargs">varargs</a></li></ul></div></div><divclass="namespace"><h3><ahref="wc-api-clj.v3.coupons.html">wc-api-clj.v3.coupons</a></h3><divclass="doc"><divclass="markdown"><p>Helper functions to communicate with the WooCommerce REST API’s coupons endpoints. These functions need authentication by <code>consumer_key</code> and <code>consumer_secret</code>.<br/><ahref="https://woocommerce.github.io/woocommerce-rest-api-docs/#coupons">https://woocommerce.github.io/woocommerce-rest-api-docs/#coupons</a></p></div></div><divclass="index"><p>Public variables and functions:</p><ul><li><ahref="wc-api-clj.v3.coupons.html#var-coupons-batch-operations">coupons-batch-operations</a></li><li><ahref="wc-api-clj.v3.coupons.html#var-create-coupon">create-coupon</a></li><li><ahref="wc-api-clj.v3.coupons.html#var-delete-coupon-by-id">delete-coupon-by-id</a></li><li><ahref="wc-api-clj.v3.coupons.html#var-get-coupon-by-id">get-coupon-by-id</a></li><li><ahref="wc-api-clj.v3.coupons.html#var-get-coupons">get-coupons</a></li><li><ahref="wc-api-clj.v3.coupons.html#var-update-coupon-by-id">update-coupon-by-id</a></li></ul></div></div><divclass="namespace"><h3><ahref="wc-api-clj.v3.orders.html">wc-api-clj.v3.orders</a></h3><divclass="doc"><divclass="markdown"><p>Helper functions to communicate with the WooCommerce REST API’s orders endpoints. These functions need authentication by <code>consumer_key</code> and <code>consumer_secret</code>.<br/><ahref="https://woocommerce.github.io/woocommerce-rest-api-docs/#orders">https://woocommerce.github.io/woocommerce-rest-api-docs/#orders</a></p></div></div><divclass="index"><p>Public variables and functions:</p><ul><li><ahref="wc-api-clj.v3.orders.html#var-create-order">create-order</a></li><li><ahref="wc-api-clj.v3.orders.html#var-delete-order-by-id">delete-order-by-id</a></li><li><ahref="wc-api-clj.v3.orders.html#var-get-order-by-id">get-order-by-id</a></li><li><ahref="wc-api-clj.v3.orders.html#var-get-orders">get-orders</a></li><li><ahref="wc-api-clj.v3.orders.html#var-orders-batch-operations">orders-batch-operations</a></li><li><ahref="wc-api-clj.v3.orders.html#var-update-order-by-id">update-order-by-id</a></li></ul></div></div><divclass="namespace"><h3><ahref="wc-api-clj.v3.products.html">wc-api-clj.v3.products</a></h3><divclass="doc"><divclass="markdown"><p>Helper functions to communicate with the WooCommerce REST API’s products endpoints. These functions need authentication by <code>consumer_key</code> and <code>consumer_secret</code>.<br/><ahref="https://woocommerce.github.io/woocommerce-rest-api-docs/#products">https://woocommerce.github.io/woocommerce-rest-api-docs/#products</a></p></div></div><divclass="index"><p>Public variables and functions:</p><ul><li><ahref="wc-api-clj.v3.products.html#var-create-product">create-product</a></li><li><ahref="wc-api-clj.v3.products.html#var-delete-product-by-id">delete-product-by-id</a></li><li><ahref="wc-api-clj.v3.products.html#var-get-product-by-id">get-product-by-id</a></li><li><ahref="wc-api-clj.v3.products.html#var-get-products">get-products</a></li><li><ahref="wc-api-clj.v3.products.html#var-products-batch-operations">products-batch-operations</a></li><li><ahref="wc-api-clj.v3.products.html#var-update-product-by-id">update-product-by-id</a></li></ul></div></div></div></body></html>
3
+
<html><head><metacharset="UTF-8" /><title>wc-api-clj 0.1.1</title><linkrel="stylesheet" type="text/css" href="css/default.css" /><linkrel="stylesheet" type="text/css" href="css/highlight.css" /><scripttype="text/javascript" src="js/highlight.min.js"></script><scripttype="text/javascript" src="js/jquery.min.js"></script><scripttype="text/javascript" src="js/page_effects.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><divid="header"><h2>Generated by <ahref="https://github.com/weavejester/codox">Codox</a></h2><h1><ahref="index.html"><spanclass="project-title"><spanclass="project-name">wc-api-clj</span><spanclass="project-version">0.1.1</span></span></a></h1></div><divclass="sidebar primary"><h3class="no-link"><spanclass="inner">Project</span></h3><ulclass="index-link"><liclass="depth-1 current"><ahref="index.html"><divclass="inner">Index</div></a></li></ul><h3class="no-link"><spanclass="inner">Namespaces</span></h3><ul><liclass="depth-1"><divclass="no-link"><divclass="inner"><spanclass="tree"><spanclass="top"></span><spanclass="bottom"></span></span><span>wc-api-clj</span></div></div></li><liclass="depth-2 branch"><ahref="wc-api-clj.core.html"><divclass="inner"><spanclass="tree"><spanclass="top"></span><spanclass="bottom"></span></span><span>core</span></div></a></li><liclass="depth-2 branch"><ahref="wc-api-clj.rest.html"><divclass="inner"><spanclass="tree"><spanclass="top"></span><spanclass="bottom"></span></span><span>rest</span></div></a></li><liclass="depth-2 branch"><ahref="wc-api-clj.util.html"><divclass="inner"><spanclass="tree"><spanclass="top"></span><spanclass="bottom"></span></span><span>util</span></div></a></li><liclass="depth-2"><divclass="no-link"><divclass="inner"><spanclass="tree"><spanclass="top"></span><spanclass="bottom"></span></span><span>v3</span></div></div></li><liclass="depth-3 branch"><ahref="wc-api-clj.v3.coupons.html"><divclass="inner"><spanclass="tree"><spanclass="top"></span><spanclass="bottom"></span></span><span>coupons</span></div></a></li><liclass="depth-3 branch"><ahref="wc-api-clj.v3.orders.html"><divclass="inner"><spanclass="tree"><spanclass="top"></span><spanclass="bottom"></span></span><span>orders</span></div></a></li><liclass="depth-3"><ahref="wc-api-clj.v3.products.html"><divclass="inner"><spanclass="tree"><spanclass="top"></span><spanclass="bottom"></span></span><span>products</span></div></a></li></ul></div><divclass="namespace-index" id="content"><h1><spanclass="project-title"><spanclass="project-name">wc-api-clj</span><spanclass="project-version">0.1.1</span></span></h1><h5class="license">Released under the <ahref="https://www.eclipse.org/legal/epl-2.0/">EPL-2.0</a></h5><divclass="doc"><p>WooCommerce REST API client written in Clojure.</p></div><h2>Installation</h2><p>To install, add the following dependency to your project or build file:</p><preclass="deps">[org.clojars.codemascot/wc-api-clj "0.1.1"]</pre><h2>Namespaces</h2><divclass="namespace"><h3><ahref="wc-api-clj.core.html">wc-api-clj.core</a></h3><divclass="doc"><divclass="markdown"><p>Wrapper functions around <ahref="wc-api-clj.rest.html">wc-api-clj.rest</a> functions to communicate with the <strong>WooCommerce</strong> REST API endpoints.</p></div></div><divclass="index"><p>Public variables and functions:</p><ul><li><ahref="wc-api-clj.core.html#var-delete-req">delete-req</a></li><li><ahref="wc-api-clj.core.html#var-get-req">get-req</a></li><li><ahref="wc-api-clj.core.html#var-post-req">post-req</a></li></ul></div></div><divclass="namespace"><h3><ahref="wc-api-clj.rest.html">wc-api-clj.rest</a></h3><divclass="doc"><divclass="markdown"><p>Basic functions to communicate with the <strong>WordPress</strong> REST API endpoints. These functions can be used for <strong>WordPress</strong> REST API communication as well.</p></div></div><divclass="index"><p>Public variables and functions:</p><ul><li><ahref="wc-api-clj.rest.html#var-wp-delete">wp-delete</a></li><li><ahref="wc-api-clj.rest.html#var-wp-get">wp-get</a></li><li><ahref="wc-api-clj.rest.html#var-wp-post">wp-post</a></li></ul></div></div><divclass="namespace"><h3><ahref="wc-api-clj.util.html">wc-api-clj.util</a></h3><divclass="doc"><divclass="markdown"><p>Utility functions for the library.</p></div></div><divclass="index"><p>Public variables and functions:</p><ul><li><ahref="wc-api-clj.util.html#var-edn-to-query-str">edn-to-query-str</a></li><li><ahref="wc-api-clj.util.html#var-is-url">is-url</a></li><li><ahref="wc-api-clj.util.html#var-varargs">varargs</a></li></ul></div></div><divclass="namespace"><h3><ahref="wc-api-clj.v3.coupons.html">wc-api-clj.v3.coupons</a></h3><divclass="doc"><divclass="markdown"><p>Helper functions to communicate with the WooCommerce REST API’s coupons endpoints. These functions need authentication by <code>consumer_key</code> and <code>consumer_secret</code>.<br/><ahref="https://woocommerce.github.io/woocommerce-rest-api-docs/#coupons">https://woocommerce.github.io/woocommerce-rest-api-docs/#coupons</a></p></div></div><divclass="index"><p>Public variables and functions:</p><ul><li><ahref="wc-api-clj.v3.coupons.html#var-coupons-batch-operations">coupons-batch-operations</a></li><li><ahref="wc-api-clj.v3.coupons.html#var-create-coupon">create-coupon</a></li><li><ahref="wc-api-clj.v3.coupons.html#var-delete-coupon-by-id">delete-coupon-by-id</a></li><li><ahref="wc-api-clj.v3.coupons.html#var-get-coupon-by-id">get-coupon-by-id</a></li><li><ahref="wc-api-clj.v3.coupons.html#var-get-coupons">get-coupons</a></li><li><ahref="wc-api-clj.v3.coupons.html#var-update-coupon-by-id">update-coupon-by-id</a></li></ul></div></div><divclass="namespace"><h3><ahref="wc-api-clj.v3.orders.html">wc-api-clj.v3.orders</a></h3><divclass="doc"><divclass="markdown"><p>Helper functions to communicate with the WooCommerce REST API’s orders endpoints. These functions need authentication by <code>consumer_key</code> and <code>consumer_secret</code>.<br/><ahref="https://woocommerce.github.io/woocommerce-rest-api-docs/#orders">https://woocommerce.github.io/woocommerce-rest-api-docs/#orders</a></p></div></div><divclass="index"><p>Public variables and functions:</p><ul><li><ahref="wc-api-clj.v3.orders.html#var-create-order">create-order</a></li><li><ahref="wc-api-clj.v3.orders.html#var-delete-order-by-id">delete-order-by-id</a></li><li><ahref="wc-api-clj.v3.orders.html#var-get-order-by-id">get-order-by-id</a></li><li><ahref="wc-api-clj.v3.orders.html#var-get-orders">get-orders</a></li><li><ahref="wc-api-clj.v3.orders.html#var-orders-batch-operations">orders-batch-operations</a></li><li><ahref="wc-api-clj.v3.orders.html#var-update-order-by-id">update-order-by-id</a></li></ul></div></div><divclass="namespace"><h3><ahref="wc-api-clj.v3.products.html">wc-api-clj.v3.products</a></h3><divclass="doc"><divclass="markdown"><p>Helper functions to communicate with the WooCommerce REST API’s products endpoints. These functions need authentication by <code>consumer_key</code> and <code>consumer_secret</code>.<br/><ahref="https://woocommerce.github.io/woocommerce-rest-api-docs/#products">https://woocommerce.github.io/woocommerce-rest-api-docs/#products</a></p></div></div><divclass="index"><p>Public variables and functions:</p><ul><li><ahref="wc-api-clj.v3.products.html#var-create-product">create-product</a></li><li><ahref="wc-api-clj.v3.products.html#var-delete-product-by-id">delete-product-by-id</a></li><li><ahref="wc-api-clj.v3.products.html#var-get-product-by-id">get-product-by-id</a></li><li><ahref="wc-api-clj.v3.products.html#var-get-products">get-products</a></li><li><ahref="wc-api-clj.v3.products.html#var-products-batch-operations">products-batch-operations</a></li><li><ahref="wc-api-clj.v3.products.html#var-update-product-by-id">update-product-by-id</a></li></ul></div></div></div></body></html>
0 commit comments