Skip to content

Commit cf7fe87

Browse files
authored
Merge pull request #20 from codemascot/docs
Docs update for v0.1.3
2 parents b34c19e + 0bfc8be commit cf7fe87

14 files changed

+13
-792
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# Change Log
2+
## v0.1.3 - 07-JAN-2021
3+
### ADDED
4+
- WooCommerce order notes enpoints wrapper added
5+
- WooCommerce order notes enpoints wrapper unit tests added
6+
7+
### CHNAGED
8+
- Cljdoc icon placed at Documentation in README as we will be using this for documentation.
9+
210
## v0.1.2 - 24-DEC-2020
311
### ADDED
412
- Apache common validator Java lib added

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44

55
<p align="center"><a href="https://codemascot.com" target="_blank"><img src="https://raw.githubusercontent.com/codemascot/wc-api-clj/master/img/logo.svg" width="1000"></a></p><br>
66

7-
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.
7+
*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.
88

99
## Documentation
10-
- Documentation Site - [codemascot.com/wc-api-clj](https://www.codemascot.com/wc-api-clj/)
11-
- Also the HTML format documentations(generated by `lein-codox`) will be found in [`docs/html`](docs/html/) as well as in the `gh-pages` branch.
10+
[![cljdoc badge](https://cljdoc.org/badge/org.clojars.codemascot/wc-api-clj)](https://cljdoc.org/d/org.clojars.codemascot/wc-api-clj/CURRENT)
1211

13-
## Helpers
14-
Currently below endpoints helper functions are available-
12+
## Wrappers
13+
Currently below endpoints wrapper functions are available-
1514
- Coupons
1615
- Orders
1716
- Products
17+
- Order Notes (Added at v0.1.3)
1818

1919
Others are work in progress, will be available soon!
2020

0 commit comments

Comments
 (0)