userFollowingsCount
Gets the number of followings a user has.
Parameters
Name | Type | Description |
---|---|---|
userId | Identifier | The ID of the user to get followings count for. |
Example
const { data: followingsCount } = await ClassicFriendsApi.userFollowingsCount({ userId: 45348281 });
Endpoint
GET /v1/users/{userId}/followings/count