Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/09/2024 04:36:10 AM (15 months ago)
Author:
imath
Message:

Documentation: start documenting v2 of the BP REST API

Add the following page to developer doc:

  • Introduction about the BP REST API
  • Reference: list of REST API Routes
  • Components routes
  • Members routes

NB: this commit also improves Components and Members REST controllers item schemas.

See https://buddypress.trac.wordpress.org/ticket/9145
Closes https://github.com/buddypress/buddypress/pull/382

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-members/classes/class-bp-members-rest-controller.php

    r14034 r14042  
    11191119                            ),
    11201120                        ),
    1121                         'format'      => 'date-time',
    11221121                        'context'     => array( 'view', 'edit' ),
    11231122                        'readonly'    => true,
Note: See TracChangeset for help on using the changeset viewer.