-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
402399b
commit 9825e98
Showing
3 changed files
with
27 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,10 @@ | ||
# BuddyPress RESTful API | ||
|
||
[![Project Status: Active.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) | ||
[![Project Status: Active.](https://www.repostatus.org/badges/latest/inactive.svg)](https://www.repostatus.org/#inactive) | ||
|
||
Access your BuddyPress site's data through an easy-to-use HTTP REST API. | ||
|
||
## Documentation | ||
|
||
We have extensive documentation of each endpoint/components and their CRUD actions: <https://developer.buddypress.org/bp-rest-api/> | ||
|
||
## System Requirements (relevant for CI tests only) | ||
|
||
* PHP >= 7.4 | ||
* WP >= 6.1 | ||
* BuddyPress >= Latest | ||
|
||
## Installation | ||
|
||
Drop this plugin in the wp-content/plugins directory and activate it. You need at least [WordPress 6.1](https://wordpress.org/download/) and [BuddyPress](https://buddypress.org/download/) to use the plugin. | ||
|
||
## About | ||
|
||
WordPress is moving towards becoming a fully-fledged application framework. BuddyPress can benefit from this new API by adding endpoints to access social data. | ||
|
||
This plugin provides an easy to use REST API Endpoints for BuddyPress, available via HTTP. Grab your | ||
site's data in simple JSON format, including users, groups, xprofile and more. | ||
Retrieving or updating data is as simple as sending a HTTP request. | ||
This plugin has been deprecated since the V2 of the BP REST API was introduced | ||
at [#9145](https://buddypress.trac.wordpress.org/ticket/9145) and is no longer maintained. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.