factor1 / better-rest-endpoints

A WordPress plugin that serves up slimmer WP Rest API endpoints.
https://wordpress.org/plugins/better-rest-endpoints/
GNU General Public License v3.0
67 stars 25 forks source link

Only GET method? #46

Open drcrow opened 4 years ago

drcrow commented 4 years ago

Is possible to use POST, DELETE, ...? I get a 404 error

mattada commented 4 years ago

I think in theory and intent here was that the rest endpoint was only ever to serve WP content out. What is your thinking or situation that would need to post content back via this plugin?

drcrow commented 4 years ago

I need to add, edit, delete, posts including ACF fields.