GraphService

class GraphService(client: <Error class: unknown class>)

Constructors

Link copied to clipboard
constructor(client: <Error class: unknown class>)

Functions

Link copied to clipboard
fun GraphService.blocksFlow(request: GetBlocksRequest = GetBlocksRequest()): <Error class: unknown class><ProfileView>

Enumerates which accounts the requesting account is currently blocking. Requires auth.

Link copied to clipboard
fun GraphService.blocksPageFlow(request: GetBlocksRequest = GetBlocksRequest()): <Error class: unknown class><List<ProfileView>>

Enumerates which accounts the requesting account is currently blocking. Requires auth.

Link copied to clipboard
fun GraphService.followersFlow(request: GetFollowersRequest): <Error class: unknown class><ProfileView>

Enumerates accounts which follow a specified account (actor).

Link copied to clipboard
fun GraphService.followersPageFlow(request: GetFollowersRequest): <Error class: unknown class><List<ProfileView>>

Enumerates accounts which follow a specified account (actor).

Link copied to clipboard
fun GraphService.followsFlow(request: GetFollowsRequest): <Error class: unknown class><ProfileView>

Enumerates accounts which a specified account (actor) follows.

Link copied to clipboard
fun GraphService.followsPageFlow(request: GetFollowsRequest): <Error class: unknown class><List<ProfileView>>

Enumerates accounts which a specified account (actor) follows.

Link copied to clipboard
suspend fun getBlocks(request: GetBlocksRequest = GetBlocksRequest()): GetBlocksResponse

Enumerates which accounts the requesting account is currently blocking. Requires auth.

Link copied to clipboard

Enumerates accounts which follow a specified account (actor).

Link copied to clipboard

Enumerates accounts which a specified account (actor) follows.

Link copied to clipboard

Enumerates the lists created by a specified account (actor).

Link copied to clipboard
suspend fun getMutes(request: GetMutesRequest = GetMutesRequest()): GetMutesResponse

Enumerates accounts that the requesting account (actor) currently has muted. Requires auth.

Link copied to clipboard
fun GraphService.listsFlow(request: GetListsRequest): <Error class: unknown class><ListView>

Enumerates the lists created by a specified account (actor).

Link copied to clipboard
fun GraphService.listsPageFlow(request: GetListsRequest): <Error class: unknown class><List<ListView>>

Enumerates the lists created by a specified account (actor).

Link copied to clipboard
suspend fun muteActor(request: MuteActorRequest)

Creates a mute relationship for the specified account. Mutes are private in Bluesky. Requires auth.

Link copied to clipboard
fun GraphService.mutesFlow(request: GetMutesRequest = GetMutesRequest()): <Error class: unknown class><ProfileView>

Enumerates accounts that the requesting account (actor) currently has muted. Requires auth.

Link copied to clipboard
fun GraphService.mutesPageFlow(request: GetMutesRequest = GetMutesRequest()): <Error class: unknown class><List<ProfileView>>

Enumerates accounts that the requesting account (actor) currently has muted. Requires auth.