wp-api-python icon indicating copy to clipboard operation
wp-api-python copied to clipboard

A Python wrapper for the WooCommerce API.

Results 4 wp-api-python issues
Sort by recently updated
recently updated
newest added

Loading of credentials no longer works due to this line: ``` creds = json.load(creds_store_file, encoding='utf-8') ``` Because `json.load` does not accept an "encoding" parameter anymore, just assuming it'll be utf...

Hello, I've seen your example on how to upload an image and it works for me, but I don't understand if it's possible to put for example other headers (for...

regardless of what arguments I try to pass, they seem to get ignored, and I just get the same response, so I must have the formatting wrong. I can't see...

Hi I have tried the code snippet in the readme for upload image with basic auth, but I receive always: ``` {'code': 'rest_cannot_create', 'message': 'Non hai i permessi per creare...