File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ You should have the following plugins installed on your wordpress site:
53
53
- **WP REST API ** (only required for WP < v4.7, recommended version: 2.0+)
54
54
- **WP REST API - OAuth 1.0a Server ** (optional, if you want oauth within the wordpress API. https://github.com/WP-API/OAuth1)
55
55
- **WP REST API - Meta Endpoints ** (optional)
56
+ - **WP API Basic Auth ** https://github.com/WP-API/Basic-Auth (for image uploading)
56
57
- **WooCommerce ** (optional, if you want to use the WooCommerce API)
57
58
58
59
The following python packages are also used by the package
@@ -264,7 +265,7 @@ OPTIONS
264
265
Upload an image
265
266
-----
266
267
267
- (Note: this only works on WP API with basic auth )
268
+ (Note: this only works on WP API with the Basic Auth plugin enabled: https://github.com/WP-API/Basic-Auth )
268
269
269
270
.. code-block :: python
270
271
You can’t perform that action at this time.
0 commit comments