Adds bbPress forum, topic and reply routes to the WP JSON API.
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.
Alpha version. Use in development environments only.