woocommerce/includes/api
Max Rice 744c3767c3 REST API: ensure consistency in create/edit data formats
A client should be able to GET a resource, edit a single item and PUT
it back to the server without having to perform any additional
transformation. This commit ensures all PUT/POST endpoints adhere to
this standard.
2014-08-30 15:50:40 -04:00
..
v1 REST API: Mitigate possible JSONP flash attacks 2014-08-30 15:05:25 -04:00
class-wc-api-authentication.php Merge pull request #5277 from maxrice/rest-api-fix-5207 2014-04-07 10:13:55 +01:00
class-wc-api-coupons.php REST API: ensure consistency in create/edit data formats 2014-08-30 15:50:40 -04:00
class-wc-api-customers.php REST API: ensure consistency in create/edit data formats 2014-08-30 15:50:40 -04:00
class-wc-api-exception.php Add WC_API_Exception class 2014-07-27 23:20:48 -04:00
class-wc-api-json-handler.php REST API: Mitigate possible JSONP flash attacks 2014-08-30 15:05:25 -04:00
class-wc-api-orders.php Fix notice introduced in #6084 2014-08-30 15:14:59 -04:00
class-wc-api-products.php REST API: ensure consistency in create/edit data formats 2014-08-30 15:50:40 -04:00
class-wc-api-reports.php Changed all use of get_product to wc_get_product 2014-08-19 12:09:29 +02:00
class-wc-api-resource.php REST API: Add field restriction to new endpoints 2014-08-30 15:05:36 -04:00
class-wc-api-server.php REST API: Add order statuses endpoint 2014-08-30 15:05:31 -04:00
class-wc-api-webhooks.php Add webhooks REST API endpoint 2014-07-30 16:22:58 -04:00
interface-wc-api-handler.php Add REST API request/response interface 2013-11-06 01:49:08 -05:00