BP-REST icon indicating copy to clipboard operation
BP-REST copied to clipboard

A RESTful API, for BuddyPress

Results 14 BP-REST issues
Sort by recently updated
recently updated
newest added

Related: https://buddypress.trac.wordpress.org/ticket/8697

Component: Messages

See: https://make.wordpress.org/core/2022/10/10/performance-improvements-to-the-rest-api/

enhancement

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...

enhancement
Component: Messages

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...

enhancement
Component: Messages

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...

enhancement
Component: Members
Component: Groups

- [ ] 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,...

Component: XProfile
Component: Signup
Documentation

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

enhancement

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...

enhancement
Component: Messages