Skip to content
This repository was archived by the owner on Oct 4, 2019. It is now read-only.

Commit b45fe41

Browse files
author
Justin Shreve
committed
Provides some background info for the plugin.
1 parent 8e6c874 commit b45fe41

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
1-
# wc-api-dev
1+
# WooCommerce API Dev
2+
3+
This is a repository for the development version of the WooCommerce REST API. This feature plugin provides a place where the next version of the WooCommerce REST API can be worked on, independent of the current WooCommerce release cycle. These changes are brought over to [WooCommerce core](https://github.com/woocommerce/woocommerce) when they are ready for release.
4+
5+
* Current stable API version: [**v2**](https://github.com/woocommerce/woocommerce/tree/master/includes/api).
6+
* Current development version: **v3**.
7+
8+
## Contributing
9+
10+
Please read the [WooCommerce contributor guidelines](https://github.com/woocommerce/woocommerce/blob/master/.github/CONTRIBUTING.md) for more information how you can contribute.
11+
12+
Endpoints are located in the `api/` folder. Endpoints inherit from the stable version of the endpoint. If you need to change the behavior of an endpoint, you can do so in these classes. You can also introduce new endpoints by adding them to the root plugin file [wc-api-dev.php](https://github.com/woocommerce/wc-api-dev/blob/master/wc-api-dev.php) (mirrors core's [class-wc-api.php](https://github.com/woocommerce/woocommerce/blob/master/includes/class-wc-api.php)).
13+
14+
phpunit tests for the API are located in the `tests/unit-tests/` folder and are also merged and shipped with WooCommerce core. You can use the same helpers/framework files that core uses, or introduce new ones.

0 commit comments

Comments
 (0)