8000 Update README.rst · progressify/wp-api-python@b75420c · GitHub
[go: up one dir, main page]

Skip to content

Commit b75420c

Browse files
author
derwentx
authored
Update README.rst
1 parent 27e0385 commit b75420c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ You should have the following plugins installed on your wordpress site:
5353
- **WP REST API** (only required for WP < v4.7, recommended version: 2.0+)
5454
- **WP REST API - OAuth 1.0a Server** (optional, if you want oauth within the wordpress API. https://github.com/WP-API/OAuth1)
5555
- **WP REST API - Meta Endpoints** (optional)
56+
- **WP API Basic Auth** https://github.com/WP-API/Basic-Auth (for image uploading)
5657
- **WooCommerce** (optional, if you want to use the WooCommerce API)
5758

5859
The following python packages are also used by the package
@@ -264,7 +265,7 @@ OPTIONS
264265
Upload an image
265266
-----
266267

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 )
268269

269270
.. code-block:: python
270271

0 commit comments

Comments
 (0)
0