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

Friendship endpoints.

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

BP_REST_Friends_Endpoint::update_item()

Update friendship.

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

bp_rest_friends_{$key}_query_arguments

Filters the method query arguments.

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

BP_REST_Friends_Endpoint::__construct()

Constructor.

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

bp_rest_friends_update_item

Fires after a friendship is updated via the REST API.

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

BP_REST_Friends_Endpoint::get_item_schema()

Get the friends schema, conforming to JSON Schema.

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

BP_REST_Friends_Endpoint::register_routes()

Register the component routes.

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

BP_REST_Friends_Endpoint::update_item_permissions_check()

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

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

bp_rest_friends_schema

Filters the friends schema.

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

BP_REST_Friends_Endpoint::get_items()

Retrieve friendships.

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