Skip to content

Packages  ›  trotsky  ›  StepActorFollowings

StepActorFollowings class

Represents a step for retrieving an actor's followings using the Bluesky API. Supports paginated retrieval of followings.

Signature:

typescript
export declare class StepActorFollowings<P = StepActor, C extends StepActorOutput = StepActorOutput, O extends StepActorFollowingsOutput = StepActorFollowingsOutput> extends StepActors<P, C, O>

Extends: StepActors<P, C, O>

Methods

Method

Modifiers

Description

applyPagination()

Applies pagination to retrieve followings and sets the output. Fetches paginated results using the agent and appends them to the output.

queryParams(cursor)

Generates query parameters for retrieving followings, including the optional cursor.