File: bp-friends/classes/class-bp-rest-friends-endpoint.php
Description
BP_REST_Friends_Endpoint::get_items()

Retrieve friendships.

Source: bp-friends/classes/class-bp-rest-friends-endpoint.php:139

bp_rest_friends_update_item_permissions_check

Filter the friendship `update_item` permissions check.

Source: bp-friends/classes/class-bp-rest-friends-endpoint.php:539

BP_REST_Friends_Endpoint::get_collection_params()

Get the query params for friends collections.

Source: bp-friends/classes/class-bp-rest-friends-endpoint.php:913

bp_rest_friends_get_items_query_args

Filter the query arguments for the request.

Source: bp-friends/classes/class-bp-rest-friends-endpoint.php:159

BP_REST_Friends_Endpoint::delete_items()

Unfriend a friendship.

Source: bp-friends/classes/class-bp-rest-friends-endpoint.php:558

bp_rest_friends_collection_params

Filters the collection query params.

Source: bp-friends/classes/class-bp-rest-friends-endpoint.php:983

bp_rest_friends_get_items

Fires after friendships are fetched via the REST API.

Source: bp-friends/classes/class-bp-rest-friends-endpoint.php:202

bp_rest_friends_delete_items

Fires after a friendship is deleted via the REST API.

Source: bp-friends/classes/class-bp-rest-friends-endpoint.php:623

BP_REST_Friends_Endpoint::get_items_permissions_check()

Check if a given request has access to friendship items.

Source: bp-friends/classes/class-bp-rest-friends-endpoint.php:215

BP_REST_Friends_Endpoint::delete_items_permissions_check()

Check if a given request has access to unfriend a friendship.

Source: bp-friends/classes/class-bp-rest-friends-endpoint.php:636