WP Manifestindependent plugin directory

BuddyPress REST API

Starting the BP-API endpoints by adding schema first then the endpoints after that.

by Bronson Quick · github.com/bronsonquick/bp-api · website

8stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/bronsonquick/bp-api/archive/refs/heads/master.zip

Readme

A REST API for BuddyPress

This plugin is currently under development and is incomplete

This plugin will work with WordPress 4.4 and up.

Currently this plugin adds an activity schema and an activity endpoint to BuddyPress.

Steps to view the schema:

  1. Install WordPress 4.4
  2. Install and activate BuddyPress adn make sure the Activity component is active.
  3. Install and activate this plugin.
  4. Browse the schema and the activity endpoint.

Read the full README on GitHub →