Liking cljdoc? Tell your friends :D

WooCommerce REST API Client - Written in Clojure

Clojars Project cljdoc badge last-commit


WooCommerce REST API client, 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.

Documentation

cljdoc badge

Wrappers

Currently below endpoints wrapper functions are available-

  • Coupons
  • Orders
  • Products
  • Order Notes (Added at v0.1.3)
  • Order Refunds (Added at v0.1.4)

Others are work in progress, will be available soon!

Clojars

Library: clojars.org/org.clojars.codemascot/wc-api-clj

License

Copyright © 2020 Khan Mohammad R. AKA CodeMascot

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.

Acknowledgment

The Clojure logo is borrowed under MIT license, from Vorillaz's account at Iconscout.

Can you improve this documentation?Edit on GitHub

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

× close