=== bbP API === Contributors: casiepa Donate link: http://casier.eu/wp-dev/ Tags: bbpress,api,rest,rest api Requires at least: 4.7 Tested up to: 4.7.2 Stable tag: 1.0.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html A first attempt for a bbPress API. == Description == A first attempt for a bbPress API. **WARNING This API will show all forums, topics, replies that bbPress has access to. If you have any extra plugin to restrict bbPress content, please double and triple check that everything works correctly.** Current routes: * /wp-json/bbp-api/v1/forums/ * /wp-json/bbp-api/v1/forums/*id* (includes latest topics and subforums) * /wp-json/bbp-api/v1/topics/*id* * /wp-json/bbp-api/v1/topic-tags/ * /wp-json/bbp-api/v1/stats/ Follow development on https://github.com/ePascalC/bbp-API/wiki/Roadmap ! Consider also the following plugins: * bbP Toolkit * bbP Manage Subscriptions * bbP Move Topics == Installation == Option 1: 1. On your dashboard, go to Plugins > Add new 1. search for *bbP API* 1. install and activate the plugin Option 2: 1. Unzip the contents to the "/wp-content/plugins/" directory. 1. Activate the plugin through the "Plugins" menu in WordPress. == Frequently Asked Questions == = Can I make feature requests = Of course ! Just post something on the support tab = I love your tool = Thanks. Please leave a review or donate 1 or 2 EUR/USD for a coffee. == Changelog == = 1.0.2 = * Added the subforums to /forums/*id* * Added topic-tags = 1.0.1 = * Added the stats route = 1.0.0 = * Initial release with basic routes