File: bp-friends/classes/class-bp-rest-friends-endpoint.php |
Description |
---|---|
BP_REST_Friends_Endpoint |
Friendship endpoints. |
BP_REST_Friends_Endpoint::update_item() |
Update friendship. |
bp_rest_friends_{$key}_query_arguments |
Filters the method query arguments. |
BP_REST_Friends_Endpoint::__construct() |
Constructor. |
bp_rest_friends_update_item |
Fires after a friendship is updated via the REST API. |
BP_REST_Friends_Endpoint::get_item_schema() |
Get the friends schema, conforming to JSON Schema. |
BP_REST_Friends_Endpoint::register_routes() |
Register the component routes. |
BP_REST_Friends_Endpoint::update_item_permissions_check() |
Check if a given request has access to update a friendship. |
bp_rest_friends_schema |
Filters the friends schema. |
BP_REST_Friends_Endpoint::get_items() |
Retrieve friendships. |