Skip to content

Commit aea186f

Browse files
authored
Merge pull request #17 from codemascot/feature/10
FIX #10, EDN to query string utility function added
2 parents 2ab2131 + fccb1ed commit aea186f

File tree

7 files changed

+22
-8
lines changed

7 files changed

+22
-8
lines changed

docs/html/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<!DOCTYPE html PUBLIC ""
22
"">
3-
<html><head><meta charset="UTF-8" /><title>wc-api-clj 0.1.1</title><link rel="stylesheet" type="text/css" href="css/default.css" /><link rel="stylesheet" type="text/css" href="css/highlight.css" /><script type="text/javascript" src="js/highlight.min.js"></script><script type="text/javascript" src="js/jquery.min.js"></script><script type="text/javascript" src="js/page_effects.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><div id="header"><h2>Generated by <a href="https://github.com/weavejester/codox">Codox</a></h2><h1><a href="index.html"><span class="project-title"><span class="project-name">wc-api-clj</span> <span class="project-version">0.1.1</span></span></a></h1></div><div class="sidebar primary"><h3 class="no-link"><span class="inner">Project</span></h3><ul class="index-link"><li class="depth-1 current"><a href="index.html"><div class="inner">Index</div></a></li></ul><h3 class="no-link"><span class="inner">Namespaces</span></h3><ul><li class="depth-1"><div class="no-link"><div class="inner"><span class="tree"><span class="top"></span><span class="bottom"></span></span><span>wc-api-clj</span></div></div></li><li class="depth-2 branch"><a href="wc-api-clj.core.html"><div class="inner"><span class="tree"><span class="top"></span><span class="bottom"></span></span><span>core</span></div></a></li><li class="depth-2 branch"><a href="wc-api-clj.rest.html"><div class="inner"><span class="tree"><span class="top"></span><span class="bottom"></span></span><span>rest</span></div></a></li><li class="depth-2 branch"><a href="wc-api-clj.util.html"><div class="inner"><span class="tree"><span class="top"></span><span class="bottom"></span></span><span>util</span></div></a></li><li class="depth-2"><div class="no-link"><div class="inner"><span class="tree"><span class="top"></span><span class="bottom"></span></span><span>v3</span></div></div></li><li class="depth-3 branch"><a href="wc-api-clj.v3.coupons.html"><div class="inner"><span class="tree"><span class="top"></span><span class="bottom"></span></span><span>coupons</span></div></a></li><li class="depth-3 branch"><a href="wc-api-clj.v3.orders.html"><div class="inner"><span class="tree"><span class="top"></span><span class="bottom"></span></span><span>orders</span></div></a></li><li class="depth-3"><a href="wc-api-clj.v3.products.html"><div class="inner"><span class="tree"><span class="top"></span><span class="bottom"></span></span><span>products</span></div></a></li></ul></div><div class="namespace-index" id="content"><h1><span class="project-title"><span class="project-name">wc-api-clj</span> <span class="project-version">0.1.1</span></span></h1><h5 class="license">Released under the <a href="https://www.eclipse.org/legal/epl-2.0/">EPL-2.0</a></h5><div class="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><pre class="deps">[org.clojars.codemascot/wc-api-clj "0.1.1"]</pre><h2>Namespaces</h2><div class="namespace"><h3><a href="wc-api-clj.core.html">wc-api-clj.core</a></h3><div class="doc"><div class="markdown"><p>Wrapper functions around <a href="wc-api-clj.rest.html">wc-api-clj.rest</a> functions to communicate with the <strong>WooCommerce</strong> REST API endpoints.</p></div></div><div class="index"><p>Public variables and functions:</p><ul><li> <a href="wc-api-clj.core.html#var-delete-req">delete-req</a> </li><li> <a href="wc-api-clj.core.html#var-get-req">get-req</a> </li><li> <a href="wc-api-clj.core.html#var-post-req">post-req</a> </li></ul></div></div><div class="namespace"><h3><a href="wc-api-clj.rest.html">wc-api-clj.rest</a></h3><div class="doc"><div class="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><div class="index"><p>Public variables and functions:</p><ul><li> <a href="wc-api-clj.rest.html#var-wp-delete">wp-delete</a> </li><li> <a href="wc-api-clj.rest.html#var-wp-get">wp-get</a> </li><li> <a href="wc-api-clj.rest.html#var-wp-post">wp-post</a> </li></ul></div></div><div class="namespace"><h3><a href="wc-api-clj.util.html">wc-api-clj.util</a></h3><div class="doc"><div class="markdown"><p>Utility functions for the library.</p></div></div><div class="index"><p>Public variables and functions:</p><ul><li> <a href="wc-api-clj.util.html#var-is-url">is-url</a> </li><li> <a href="wc-api-clj.util.html#var-varargs">varargs</a> </li></ul></div></div><div class="namespace"><h3><a href="wc-api-clj.v3.coupons.html">wc-api-clj.v3.coupons</a></h3><div class="doc"><div class="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 /> <a href="https://woocommerce.github.io/woocommerce-rest-api-docs/#coupons">https://woocommerce.github.io/woocommerce-rest-api-docs/#coupons</a></p></div></div><div class="index"><p>Public variables and functions:</p><ul><li> <a href="wc-api-clj.v3.coupons.html#var-coupons-batch-operations">coupons-batch-operations</a> </li><li> <a href="wc-api-clj.v3.coupons.html#var-create-coupon">create-coupon</a> </li><li> <a href="wc-api-clj.v3.coupons.html#var-delete-coupon-by-id">delete-coupon-by-id</a> </li><li> <a href="wc-api-clj.v3.coupons.html#var-get-coupon-by-id">get-coupon-by-id</a> </li><li> <a href="wc-api-clj.v3.coupons.html#var-get-coupons">get-coupons</a> </li><li> <a href="wc-api-clj.v3.coupons.html#var-update-coupon-by-id">update-coupon-by-id</a> </li></ul></div></div><div class="namespace"><h3><a href="wc-api-clj.v3.orders.html">wc-api-clj.v3.orders</a></h3><div class="doc"><div class="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 /> <a href="https://woocommerce.github.io/woocommerce-rest-api-docs/#orders">https://woocommerce.github.io/woocommerce-rest-api-docs/#orders</a></p></div></div><div class="index"><p>Public variables and functions:</p><ul><li> <a href="wc-api-clj.v3.orders.html#var-create-order">create-order</a> </li><li> <a href="wc-api-clj.v3.orders.html#var-delete-order-by-id">delete-order-by-id</a> </li><li> <a href="wc-api-clj.v3.orders.html#var-get-order-by-id">get-order-by-id</a> </li><li> <a href="wc-api-clj.v3.orders.html#var-get-orders">get-orders</a> </li><li> <a href="wc-api-clj.v3.orders.html#var-orders-batch-operations">orders-batch-operations</a> </li><li> <a href="wc-api-clj.v3.orders.html#var-update-order-by-id">update-order-by-id</a> </li></ul></div></div><div class="namespace"><h3><a href="wc-api-clj.v3.products.html">wc-api-clj.v3.products</a></h3><div class="doc"><div class="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 /> <a href="https://woocommerce.github.io/woocommerce-rest-api-docs/#products">https://woocommerce.github.io/woocommerce-rest-api-docs/#products</a></p></div></div><div class="index"><p>Public variables and functions:</p><ul><li> <a href="wc-api-clj.v3.products.html#var-create-product">create-product</a> </li><li> <a href="wc-api-clj.v3.products.html#var-delete-product-by-id">delete-product-by-id</a> </li><li> <a href="wc-api-clj.v3.products.html#var-get-product-by-id">get-product-by-id</a> </li><li> <a href="wc-api-clj.v3.products.html#var-get-products">get-products</a> </li><li> <a href="wc-api-clj.v3.products.html#var-products-batch-operations">products-batch-operations</a> </li><li> <a href="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><meta charset="UTF-8" /><title>wc-api-clj 0.1.1</title><link rel="stylesheet" type="text/css" href="css/default.css" /><link rel="stylesheet" type="text/css" href="css/highlight.css" /><script type="text/javascript" src="js/highlight.min.js"></script><script type="text/javascript" src="js/jquery.min.js"></script><script type="text/javascript" src="js/page_effects.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><div id="header"><h2>Generated by <a href="https://github.com/weavejester/codox">Codox</a></h2><h1><a href="index.html"><span class="project-title"><span class="project-name">wc-api-clj</span> <span class="project-version">0.1.1</span></span></a></h1></div><div class="sidebar primary"><h3 class="no-link"><span class="inner">Project</span></h3><ul class="index-link"><li class="depth-1 current"><a href="index.html"><div class="inner">Index</div></a></li></ul><h3 class="no-link"><span class="inner">Namespaces</span></h3><ul><li class="depth-1"><div class="no-link"><div class="inner"><span class="tree"><span class="top"></span><span class="bottom"></span></span><span>wc-api-clj</span></div></div></li><li class="depth-2 branch"><a href="wc-api-clj.core.html"><div class="inner"><span class="tree"><span class="top"></span><span class="bottom"></span></span><span>core</span></div></a></li><li class="depth-2 branch"><a href="wc-api-clj.rest.html"><div class="inner"><span class="tree"><span class="top"></span><span class="bottom"></span></span><span>rest</span></div></a></li><li class="depth-2 branch"><a href="wc-api-clj.util.html"><div class="inner"><span class="tree"><span class="top"></span><span class="bottom"></span></span><span>util</span></div></a></li><li class="depth-2"><div class="no-link"><div class="inner"><span class="tree"><span class="top"></span><span class="bottom"></span></span><span>v3</span></div></div></li><li class="depth-3 branch"><a href="wc-api-clj.v3.coupons.html"><div class="inner"><span class="tree"><span class="top"></span><span class="bottom"></span></span><span>coupons</span></div></a></li><li class="depth-3 branch"><a href="wc-api-clj.v3.orders.html"><div class="inner"><span class="tree"><span class="top"></span><span class="bottom"></span></span><span>orders</span></div></a></li><li class="depth-3"><a href="wc-api-clj.v3.products.html"><div class="inner"><span class="tree"><span class="top"></span><span class="bottom"></span></span><span>products</span></div></a></li></ul></div><div class="namespace-index" id="content"><h1><span class="project-title"><span class="project-name">wc-api-clj</span> <span class="project-version">0.1.1</span></span></h1><h5 class="license">Released under the <a href="https://www.eclipse.org/legal/epl-2.0/">EPL-2.0</a></h5><div class="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><pre class="deps">[org.clojars.codemascot/wc-api-clj "0.1.1"]</pre><h2>Namespaces</h2><div class="namespace"><h3><a href="wc-api-clj.core.html">wc-api-clj.core</a></h3><div class="doc"><div class="markdown"><p>Wrapper functions around <a href="wc-api-clj.rest.html">wc-api-clj.rest</a> functions to communicate with the <strong>WooCommerce</strong> REST API endpoints.</p></div></div><div class="index"><p>Public variables and functions:</p><ul><li> <a href="wc-api-clj.core.html#var-delete-req">delete-req</a> </li><li> <a href="wc-api-clj.core.html#var-get-req">get-req</a> </li><li> <a href="wc-api-clj.core.html#var-post-req">post-req</a> </li></ul></div></div><div class="namespace"><h3><a href="wc-api-clj.rest.html">wc-api-clj.rest</a></h3><div class="doc"><div class="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><div class="index"><p>Public variables and functions:</p><ul><li> <a href="wc-api-clj.rest.html#var-wp-delete">wp-delete</a> </li><li> <a href="wc-api-clj.rest.html#var-wp-get">wp-get</a> </li><li> <a href="wc-api-clj.rest.html#var-wp-post">wp-post</a> </li></ul></div></div><div class="namespace"><h3><a href="wc-api-clj.util.html">wc-api-clj.util</a></h3><div class="doc"><div class="markdown"><p>Utility functions for the library.</p></div></div><div class="index"><p>Public variables and functions:</p><ul><li> <a href="wc-api-clj.util.html#var-edn-to-query-str">edn-to-query-str</a> </li><li> <a href="wc-api-clj.util.html#var-is-url">is-url</a> </li><li> <a href="wc-api-clj.util.html#var-varargs">varargs</a> </li></ul></div></div><div class="namespace"><h3><a href="wc-api-clj.v3.coupons.html">wc-api-clj.v3.coupons</a></h3><div class="doc"><div class="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 /> <a href="https://woocommerce.github.io/woocommerce-rest-api-docs/#coupons">https://woocommerce.github.io/woocommerce-rest-api-docs/#coupons</a></p></div></div><div class="index"><p>Public variables and functions:</p><ul><li> <a href="wc-api-clj.v3.coupons.html#var-coupons-batch-operations">coupons-batch-operations</a> </li><li> <a href="wc-api-clj.v3.coupons.html#var-create-coupon">create-coupon</a> </li><li> <a href="wc-api-clj.v3.coupons.html#var-delete-coupon-by-id">delete-coupon-by-id</a> </li><li> <a href="wc-api-clj.v3.coupons.html#var-get-coupon-by-id">get-coupon-by-id</a> </li><li> <a href="wc-api-clj.v3.coupons.html#var-get-coupons">get-coupons</a> </li><li> <a href="wc-api-clj.v3.coupons.html#var-update-coupon-by-id">update-coupon-by-id</a> </li></ul></div></div><div class="namespace"><h3><a href="wc-api-clj.v3.orders.html">wc-api-clj.v3.orders</a></h3><div class="doc"><div class="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 /> <a href="https://woocommerce.github.io/woocommerce-rest-api-docs/#orders">https://woocommerce.github.io/woocommerce-rest-api-docs/#orders</a></p></div></div><div class="index"><p>Public variables and functions:</p><ul><li> <a href="wc-api-clj.v3.orders.html#var-create-order">create-order</a> </li><li> <a href="wc-api-clj.v3.orders.html#var-delete-order-by-id">delete-order-by-id</a> </li><li> <a href="wc-api-clj.v3.orders.html#var-get-order-by-id">get-order-by-id</a> </li><li> <a href="wc-api-clj.v3.orders.html#var-get-orders">get-orders</a> </li><li> <a href="wc-api-clj.v3.orders.html#var-orders-batch-operations">orders-batch-operations</a> </li><li> <a href="wc-api-clj.v3.orders.html#var-update-order-by-id">update-order-by-id</a> </li></ul></div></div><div class="namespace"><h3><a href="wc-api-clj.v3.products.html">wc-api-clj.v3.products</a></h3><div class="doc"><div class="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 /> <a href="https://woocommerce.github.io/woocommerce-rest-api-docs/#products">https://woocommerce.github.io/woocommerce-rest-api-docs/#products</a></p></div></div><div class="index"><p>Public variables and functions:</p><ul><li> <a href="wc-api-clj.v3.products.html#var-create-product">create-product</a> </li><li> <a href="wc-api-clj.v3.products.html#var-delete-product-by-id">delete-product-by-id</a> </li><li> <a href="wc-api-clj.v3.products.html#var-get-product-by-id">get-product-by-id</a> </li><li> <a href="wc-api-clj.v3.products.html#var-get-products">get-products</a> </li><li> <a href="wc-api-clj.v3.products.html#var-products-batch-operations">products-batch-operations</a> </li><li> <a href="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

Comments
 (0)