Package-level declarations
Types
Record declaring of the existence of a feed generator, and containing metadata about it. The record can exist in any repository.
Self-label values
Get a view of an actor's 'author feed' (post and reposts by the author). Does not require auth.
Get information about a feed generator. Implemented by AppView.
Get a hydrated feed from an actor's selected feed generator. Implemented by App View.
Get like records which reference a subject (by AT-URI and CID).
Gets post views for a specified list of posts (by AT-URI). This is sometimes referred to as 'hydrating' a 'feed skeleton'.
Get posts in a thread. Does not require auth, but additional metadata and filtering will be applied for authed requests.
Get a list of reposts for a given post.
Get a view of the requesting account's home timeline. This is expected to be some form of reverse-chronological feed.
Record containing a Bluesky post.
Deprecated: use facets instead.
Record defining interaction rules for a post. The record key (rkey) of the postgate record must match the record key of the post, and that record must be in the same repository.
Disables embedding of this post.
Self-label values for this post. Effectively content warnings.
Deprecated. Use app.bsky.richtext instead -- A text segment. Start is inclusive, end is exclusive. Indices are for utf16-encoded strings.
Find posts matching search criteria, returning views of those posts. Note that this API endpoint may require authentication (eg, not public) for some service providers and implementations.
Metadata about this post within the context of the thread it is in.
Record defining interaction gating rules for a thread (aka, reply controls). The record key (rkey) of the threadgate record must match the record key of the thread's root post, and that record must be in the same repository.
Allow replies from actors who follow you.
Allow replies from actors you follow.
Allow replies from actors on a list.
Allow replies from actors mentioned in your post.
Metadata about the requesting account's relationship with the subject content. Only has meaningful content for authed requests.
Functions
Get a view of an actor's 'author feed' (post and reposts by the author). Does not require auth.
Get a view of an actor's 'author feed' (post and reposts by the author). Does not require auth.
Get a hydrated feed from an actor's selected feed generator. Implemented by App View.
Get a hydrated feed from an actor's selected feed generator. Implemented by App View.
Get like records which reference a subject (by AT-URI and CID).
Get like records which reference a subject (by AT-URI and CID).
Get a list of reposts for a given post.
Get a list of reposts for a given post.
Find posts matching search criteria, returning views of those posts. Note that this API endpoint may require authentication (eg, not public) for some service providers and implementations.
Find posts matching search criteria, returning views of those posts. Note that this API endpoint may require authentication (eg, not public) for some service providers and implementations.
Get a view of the requesting account's home timeline. This is expected to be some form of reverse-chronological feed.
Get a view of the requesting account's home timeline. This is expected to be some form of reverse-chronological feed.