d3v-null / wp-api-python

A Python wrapper for the WooCommerce API.
MIT License
141 stars 34 forks source link

GET requests with context #6

Closed rehmatworks closed 6 years ago

rehmatworks commented 6 years ago

The GET request retrieves the public data only. WordPress API allows us to set a context with our request. Default is view but to get all data (including non-public), we can set the context as edit. Can you please add the support for this?

rehmatworks commented 6 years ago

Didn't notice that we can pass this as a query param.