=== Plugin Name === Contributors: mapk Tags: api, json, json-rest-api, media-ids, media, REST, wp-api, wp-rest-api, v2 Requires at least: 4.4 Tested up to: 5.0 Stable tag: 0.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Adding an endpoint to show all media IDs on WP REST API == Description == This plugin extends the [WordPress REST API](https://developer.wordpress.org/rest-api/) with new routes for all WordPress media IDs. The new routes available will be: * `/media-ids/v1/get-all-media-ids` list of every media ID. == Installation == 1. Upload the plugin files to the `/wp-content/plugins/wp-rest-api-media-ids` directory, or install the plugin through the WordPress plugins screen directly. 2. Activate the plugin through the 'Plugins' screen in WordPress == Frequently Asked Questions == = Is this an official extension of WP API? = No, it is not an official plugin of the WP API. = Can I contribute to the project? = Of course! This is the GitHub Repository: https://github.com/mapk/wp-rest-api-v2-media-ids == Screenshots == Nothing to show. This plugin has no settings or frontend, it just extends WP API with new routes. == Changelog == 0.1 - Initial setup