BP-REST
BP-REST copied to clipboard
A RESTful API, for BuddyPress
Related: https://buddypress.trac.wordpress.org/ticket/8697
See: https://make.wordpress.org/core/2022/10/10/performance-improvements-to-the-rest-api/
Hi I tried to update the logged-in user Display name using REST API I got this Error Update the logged in member "code": "rest_user_invalid_id", "message": "Invalid user ID.", i fellowed...
Using REST API endpoint Is there is a way to check if a member already messaged another member? Or they never messaged each other? We already check the documentation, but...
Hello guys, is there any way to send message with an attachment (image) via rest api? It's possible with a chat in wordpress, but I don't see any opportunity to...
Since BP 7.0.0, Admin Types have been added to the Group and Member components. The Rest API should be updated to reflect these changes. Thanks to this, it will be...
- [ ] After the code from #490 is released to BuddyPress, update the https://developer.buddypress.org/bp-rest-api/reference/signup/ page with the new endpoint. - [ ] After the code from #489 is released,...
Ticket: https://buddypress.trac.wordpress.org/ticket/8976 fixes #489
After adding support for the GraphQL API, https://github.com/renatonascalves/wp-graphql-buddypress/pull/124, I'm pretty sure we are missing support in a few endpoints. See #487
I don't see how to paginate large conversations in a Thread. All messages are included in the thread, and i don't think it will scale, especially in a single thread...