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
## *WooCommerce* REST API Client - Written in *Clojure*
4
-
A wrapper of *WooCommerce* REST API written in *Clojure*. Easily interact with the WooCommerce REST API securely using this library. Over HTTPS connection, this library uses *BasicAuth* means it will use `consumer_key` and `consumer_secret` strings of *WooCommerce* REST API settings. *Oauth* support would be added soon.
4
+
A wrapper of *WooCommerce* REST API written in *Clojure*. Interact with the WooCommerce REST API securely using this library. Over HTTPS connection, this library uses *BasicAuth* means it will use `consumer_key` and `consumer_secret` strings of *WooCommerce* REST API settings. *Oauth* support would be added soon.
5
5
6
6
## Documentation
7
7
- Documentation Site - [codemascot.com/wc-api-clj](https://www.codemascot.com/wc-api-clj/)
@@ -16,7 +16,7 @@ Currently below endpoints helper functions are available-
16
16
Others are work in progress, will be available soon!
This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which is available at http://www.eclipse.org/legal/epl-2.0.
0 commit comments