mansj / enable-media-replace

***DEVELOPMENT DISCONTINUED*** Enable Media Replace, a WordPress plugin to make it possible to replace uploaded media files in a simple way.
GNU General Public License v2.0
28 stars 27 forks source link

Wordpress JSON API support #35

Open icecandy opened 6 years ago

icecandy commented 6 years ago

This is a great plugin, but I am trying to work out if I can use it with the Wordpress JSON API.

I want to be able to replace an image in the media library remotely (from a mobile app) using the JSON API. I can post, list and delete images with the API fine but can't work out how to replace an image.

I am a bit of a newbie with regards to PHP and Wordpress (I am a mobile dev). Maybe there is another way to do this, although tapping into your plugin looks like the best bet.