UnspeccedService class base
app.bsky.unspecced.*
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getAgeAssuranceState(
{Map< String, String> ? $headers, Map<String, String> ? $unknown}) → Future<XRPCResponse< AgeAssuranceState> > - Returns the current state of the age assurance process for an account. This is used to check if the user has completed age assurance or if further action is required.
-
getConfig(
{Map< String, String> ? $headers, Map<String, String> ? $unknown}) → Future<XRPCResponse< UnspeccedGetConfigOutput> > - Get miscellaneous runtime configuration.
-
getOnboardingSuggestedStarterPacks(
{int? limit, Map< String, String> ? $headers, Map<String, String> ? $unknown}) → Future<XRPCResponse< UnspeccedGetOnboardingSuggestedStarterPacksOutput> > - Get a list of suggested starterpacks for onboarding
-
getOnboardingSuggestedStarterPacksSkeleton(
{String? viewer, int? limit, Map< String, String> ? $headers, Map<String, String> ? $unknown}) → Future<XRPCResponse< UnspeccedGetOnboardingSuggestedStarterPacksSkeletonOutput> > - Get a skeleton of suggested starterpacks for onboarding. Intended to be called and hydrated by app.bsky.unspecced.getOnboardingSuggestedStarterPacks
-
getPopularFeedGenerators(
{int? limit, String? cursor, String? query, Map< String, String> ? $headers, Map<String, String> ? $unknown}) → Future<XRPCResponse< UnspeccedGetPopularFeedGeneratorsOutput> > - An unspecced view of globally popular feed generators.
-
getPostThreadOtherV2(
{required AtUri anchor, bool? prioritizeFollowedUsers, Map< String, String> ? $headers, Map<String, String> ? $unknown}) → Future<XRPCResponse< UnspeccedGetPostThreadOtherV2Output> > -
(NOTE: this endpoint is under development and WILL change without notice. Don't use it until it is moved out of
unspecced
or your application WILL break) Get additional posts under a thread e.g. replies hidden by threadgate. Based on an anchor post at any depth of the tree, returns top-level replies below that anchor. It does not include ancestors nor the anchor itself. This should be called after exhaustingapp.bsky.unspecced.getPostThreadV2
. Does not require auth, but additional metadata and filtering will be applied for authed requests. -
getPostThreadV2(
{required AtUri anchor, bool? above, int? below, int? branchingFactor, bool? prioritizeFollowedUsers, UnspeccedGetPostThreadV2Sort? sort, Map< String, String> ? $headers, Map<String, String> ? $unknown}) → Future<XRPCResponse< UnspeccedGetPostThreadV2Output> > -
(NOTE: this endpoint is under development and WILL change without notice. Don't use it until it is moved out of
unspecced
or your application WILL break) Get posts in a thread. It is based in an anchor post at any depth of the tree, and returns posts above it (recursively resolving the parent, without further branching to their replies) and below it (recursive replies, with branching to their replies). Does not require auth, but additional metadata and filtering will be applied for authed requests. -
getSuggestedFeeds(
{int? limit, Map< String, String> ? $headers, Map<String, String> ? $unknown}) → Future<XRPCResponse< UnspeccedGetSuggestedFeedsOutput> > - Get a list of suggested feeds
-
getSuggestedFeedsSkeleton(
{String? viewer, int? limit, Map< String, String> ? $headers, Map<String, String> ? $unknown}) → Future<XRPCResponse< UnspeccedGetSuggestedFeedsSkeletonOutput> > - Get a skeleton of suggested feeds. Intended to be called and hydrated by app.bsky.unspecced.getSuggestedFeeds
-
getSuggestedStarterPacks(
{int? limit, Map< String, String> ? $headers, Map<String, String> ? $unknown}) → Future<XRPCResponse< UnspeccedGetSuggestedStarterPacksOutput> > - Get a list of suggested starterpacks
-
getSuggestedStarterPacksSkeleton(
{String? viewer, int? limit, Map< String, String> ? $headers, Map<String, String> ? $unknown}) → Future<XRPCResponse< UnspeccedGetSuggestedStarterPacksSkeletonOutput> > - Get a skeleton of suggested starterpacks. Intended to be called and hydrated by app.bsky.unspecced.getSuggestedStarterpacks
-
getSuggestedUsers(
{String? category, int? limit, Map< String, String> ? $headers, Map<String, String> ? $unknown}) → Future<XRPCResponse< UnspeccedGetSuggestedUsersOutput> > - Get a list of suggested users
-
getSuggestedUsersSkeleton(
{String? viewer, String? category, int? limit, Map< String, String> ? $headers, Map<String, String> ? $unknown}) → Future<XRPCResponse< UnspeccedGetSuggestedUsersSkeletonOutput> > - Get a skeleton of suggested users. Intended to be called and hydrated by app.bsky.unspecced.getSuggestedUsers
-
getSuggestionsSkeleton(
{String? viewer, int? limit, String? cursor, String? relativeToDid, Map< String, String> ? $headers, Map<String, String> ? $unknown}) → Future<XRPCResponse< UnspeccedGetSuggestionsSkeletonOutput> > - Get a skeleton of suggested actors. Intended to be called and then hydrated through app.bsky.actor.getSuggestions
-
getTaggedSuggestions(
{Map< String, String> ? $headers, Map<String, String> ? $unknown}) → Future<XRPCResponse< UnspeccedGetTaggedSuggestionsOutput> > - Get a list of suggestions (feeds and users) tagged with categories
-
getTrendingTopics(
{String? viewer, int? limit, Map< String, String> ? $headers, Map<String, String> ? $unknown}) → Future<XRPCResponse< UnspeccedGetTrendingTopicsOutput> > - Get a list of trending topics
-
getTrends(
{int? limit, Map< String, String> ? $headers, Map<String, String> ? $unknown}) → Future<XRPCResponse< UnspeccedGetTrendsOutput> > - Get the current trends on the network
-
getTrendsSkeleton(
{String? viewer, int? limit, Map< String, String> ? $headers, Map<String, String> ? $unknown}) → Future<XRPCResponse< UnspeccedGetTrendsSkeletonOutput> > - Get the skeleton of trends on the network. Intended to be called and then hydrated through app.bsky.unspecced.getTrends
-
initAgeAssurance(
{required String email, required String language, required String countryCode, Map< String, String> ? $headers, Map<String, String> ? $unknown}) → Future<XRPCResponse< AgeAssuranceState> > - Initiate age assurance for an account. This is a one-time action that will start the process of verifying the user's age.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
searchActorsSkeleton(
{required String q, String? viewer, bool? typeahead, int? limit, String? cursor, Map< String, String> ? $headers, Map<String, String> ? $unknown}) → Future<XRPCResponse< UnspeccedSearchActorsSkeletonOutput> > - Backend Actors (profile) search, returns only skeleton.
-
searchPostsSkeleton(
{required String q, UnspeccedSearchPostsSkeletonSort? sort, String? since, String? until, String? mentions, String? author, String? lang, String? domain, String? url, List< String> ? tag, String? viewer, int? limit, String? cursor, Map<String, String> ? $headers, Map<String, String> ? $unknown}) → Future<XRPCResponse< UnspeccedSearchPostsSkeletonOutput> > - Backend Posts search, returns only skeleton
-
searchStarterPacksSkeleton(
{required String q, String? viewer, int? limit, String? cursor, Map< String, String> ? $headers, Map<String, String> ? $unknown}) → Future<XRPCResponse< UnspeccedSearchStarterPacksSkeletonOutput> > - Backend Starter Pack search, returns only skeleton.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited