This repostory is cloned from thenbrent/BB-API @2015/9/9
======
Adds bbPress forum, topic and reply routes to the WP JSON API. Recommended with v1.2.x
Example endpoints:
http://example.com/wp-json/forums
http://example.com/wp-json/forums/<id>
http://example.com/wp-json/topics
http://example.com/wp-json/topics/<id>
http://example.com/wp-json/topics/<id>/replies
http://example.com/wp-json/users/<user>/topics
http://example.com/wp-json/replies
http://example.com/wp-json/replies/<id>
Install an activate like any other WordPress plugin.