thenbrent / BB-API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BB-API

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>

Usage

Install an activate like any other WordPress plugin.

Alpha version. Use in development environments only.

About


Languages

Language:PHP 100.0%