|
| 1 | + |
| 2 | +=== Better Rest Endpoints === |
| 3 | +Author URI: https://factor1studios.com |
| 4 | +Plugin URI: https://github.com/factor1/better-rest-endpoints |
| 5 | +Contributors: factor1, erwstout |
| 6 | +Tags: rest, api, endpoints, acf, json |
| 7 | +Requires at least: 4.7.1 |
| 8 | +Tested up to: 4.9.2 |
| 9 | +Stable Tag: 2.8.17 |
| 10 | +License: GNU Version 3 or Any Later Version |
| 11 | + |
| 12 | +A WordPress plugin that serves up slimmer WP Rest API endpoints. |
| 13 | + |
| 14 | +== Description == |
| 15 | + |
| 16 | +A WordPress plugin that serves up slimmer WP Rest API endpoints, with some great |
| 17 | +enhancements like ACF fields, WordPress menu endpoints, and more. You can |
| 18 | +view the full documentation and features [here](https://github.com/factor1/better-rest-endpoints). |
| 19 | + |
| 20 | +== Installation == |
| 21 | + |
| 22 | +1. Activate the plugin |
| 23 | +2. Use the better-rest-endpoint API endpoint to access your data |
| 24 | + |
| 25 | +== Frequently Asked Questions == |
| 26 | + |
| 27 | += Where can I find all the documentation? = |
| 28 | + |
| 29 | +You can find the complete documentation on [GitHub](https://github.com/factor1/better-rest-endpoints). |
| 30 | + |
| 31 | += Why make this plugin? = |
| 32 | + |
| 33 | +The core Rest API is full of information we don't really need in our responses. |
| 34 | +This was a solution to serve up exactly what we need for making beautiful sites |
| 35 | +with great speeds. |
| 36 | + |
| 37 | += Do I just turn this on and it works? = |
| 38 | + |
| 39 | +It's worth noting that Better Rest Endpoints is for the more seasoned theme or app developer. |
| 40 | +Just activating the plugin will do nothing - you need to build/adjust your theme or |
| 41 | +apps endpoints to use Better Rest Endpoints. |
| 42 | + |
| 43 | +== Changelog == |
| 44 | + |
| 45 | += 1.0.1, January 1, 2018 = |
| 46 | +* Prep: Update files for release on WP Repo. |
0 commit comments