https://github.com/woocommerce/subscriptions-rest-api-docs
WooCommerce Subscriptions REST API Documentation
https://github.com/woocommerce/subscriptions-rest-api-docs
Last synced: 3 months ago
JSON representation
WooCommerce Subscriptions REST API Documentation
- Host: GitHub
- URL: https://github.com/woocommerce/subscriptions-rest-api-docs
- Owner: woocommerce
- License: other
- Created: 2016-06-22T13:38:55.000Z (over 9 years ago)
- Default Branch: trunk
- Last Pushed: 2025-09-15T14:56:37.000Z (4 months ago)
- Last Synced: 2025-09-15T16:28:02.508Z (4 months ago)
- Language: JavaScript
- Homepage: https://woocommerce.github.io/subscriptions-rest-api-docs/
- Size: 1.22 MB
- Stars: 8
- Watchers: 77
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# WooCommerce REST API Docs #
Repository of documentation for the WooCommerce Subscriptions REST API.
This project is based on [Slate](https://github.com/tripit/slate).
## Usage ##
Changes merged into `trunk` are automatically deployed to the public-facing docs.
To generate docs run:
```bash
./build.sh
```
To deploy generated docs:
```bash
./deploy.sh
```