BB-API icon indicating copy to clipboard operation
BB-API copied to clipboard

Results 7 BB-API issues
Sort by recently updated
recently updated
newest added

Hey, would it be possible to make the plugin work with the latest develop branch of WP-API? I want to use WP-API, WP-BP and WP-BB alongside. Would be awesome :+1:...

Getting excited for the wp api. Started poking around and saw the bp api that modemlooper is doing https://github.com/modemlooper/BP-API and saw yorus for bbpress (thank you!) but saw the last...

Forums: - [ ] `/wp-json.php/forums/`: a paginated list of forums - [ ] `/wp-json.php/forums/{id}/`: data for a specific forum, including its topics Topics: - [ ] `/wp-json.php/topics/`: a paginated list...

Default permalinks used by bbPress: - `example.com/forums/users/{username}/topics/` - `example.com/forums/users/{username}/replies/` - `example.com/forums/users/{username}/subscriptions/` Can probably create similar Endpoints: - `example.com/wp-json.php/users/{id}/topics/` - `example.com/wp-json.php/users/{id}/replies/` - `example.com/wp-json.php/users/{id}/subscriptions/` See `bbp_get_user_topics_started()` and `bbp_get_user_topics_started()` for topic functions. See...

- [ ] Parent forum (may need own logic) - [ ] Parent topic (may need own logic) ### Base Data to Modify - [ ] ID `bbp_reply_id()` - [...

- [ ] Parent forum, see `bbp_get_topic_forum_id()` - [ ] Voice count, see `bbp_topic_voice_count()` - [ ] Reply count, see `bbp_topic_reply_count()` - [ ] Post count, see `bbp_topic_post_count()` - [...

- [ ] Subscription link (in the `links` field), see `bbp_forum_subscription_link()` - [ ] Last updated/active time, see `bbp_get_forum_last_active_time()` - [ ] Topic count, see `bbp_forum_topic_count()` - [ ] Reply...