Changeset 1925331
- Timestamp:
- 08/15/2018 04:26:55 PM (8 years ago)
- File:
-
- 1 edited
-
ultimate-wp-rest/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ultimate-wp-rest/trunk/readme.txt
r1925325 r1925331 3 3 Donate link: https://reactaz.com 4 4 Tags: wordpress, rest api, menus api, mobile app, jwt 5 Requires at least: 4. 95 Requires at least: 4.7 6 6 Tested up to: 4.9.8 7 Requires PHP: 5.77 Requires PHP: 7.1 8 8 Stable tag: trunk 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 11 11 12 En chanced WordPress RESTful API, extend the WordPress default APIs without installing multiple plugins for additional APIs12 Enhanced WordPress RESTful API, extend the WordPress default APIs without installing multiple plugins for additional APIs 13 13 14 14 == Description == … … 17 17 18 18 All the API is tested and used in the apps of EGANY, you can take a look at [EGANY](https://codecanyon.net/user/egany_com/portfolio "EGANY.COM") 19 Titles are optional, naturally. 19 20 20 21 21 * Menus WP API: Adding menus endpoints on WP REST API / Extends WordPress WP REST API with new routes pointing to WordPress menus. 22 22 * Better REST API Featured Images: Adds a top-level field with featured image data including available sizes and URLs to the post object returned by the REST API. 23 * User WP API: Adding user endpoints on WP REST API. If you wish to Register User or Retrieve Passwordusing REST API, without exposing Administrator credentials to the Front End application, you are at the right place. Since WordPress 4.7, REST API was natively included in WordPress.23 * User WP API: Adding user endpoints on WP REST API. If you wish to Register User or Retrieve Password using REST API, without exposing Administrator credentials to the Front End application, you are at the right place. Since WordPress 4.7, REST API was natively included in WordPress. 24 24 * Caching WP API: FileStorage, MemoryStorage 25 25 * Authentication: auth by account and by JWT
Note: See TracChangeset
for help on using the changeset viewer.