Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 604 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 604 Bytes

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.