UnspeccedService class final

Represents app.bsky.unspecced.* service.

Constructors

UnspeccedService(BlueskyServiceContext _ctx)

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

getConfig({Map<String, String>? $headers}) Future<XRPCResponse<GetConfigOutput>>
https://atprotodart.com/docs/lexicons/app/bsky/unspecced/getConfig
getPopularFeedGenerators({int? limit, String? cursor, String? query, Map<String, String>? headers}) Future<XRPCResponse<FeedGenerators>>
https://atprotodart.com/docs/lexicons/app/bsky/unspecced/getPopularFeedGenerators
getSuggestionsSkeleton({String? viewer, int? limit, String? cursor, String? relativeToDid, Map<String, String>? headers}) Future<XRPCResponse<SuggestionsSkeleton>>
https://atprotodart.com/docs/lexicons/app/bsky/unspecced/getSuggestionsSkeleton
getTaggedSuggestions({Map<String, String>? headers}) Future<XRPCResponse<TaggedSuggestions>>
https://atprotodart.com/docs/lexicons/app/bsky/unspecced/getTaggedSuggestions
getTrendingTopics({String? viewer, int? limit, Map<String, String>? $header}) Future<XRPCResponse<GetTrendingTopicsOutput>>
https://atprotodart.com/docs/lexicons/app/bsky/unspecced/getTrendingTopics
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
searchActorsSkeleton(String query, {String? viewer, bool? typeahead, int? limit, String? cursor, Map<String, String>? headers}) Future<XRPCResponse<SkeletonActorsByQuery>>
https://atprotodart.com/docs/lexicons/app/bsky/unspecced/searchActorsSkeleton
searchPostsSkeleton(String query, {String? 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}) Future<XRPCResponse<SkeletonPostsByQuery>>
https://atprotodart.com/docs/lexicons/app/bsky/unspecced/searchPostsSkeleton
searchStarterPacksSkeleton({required String q, String? viewer, int? limit, String? cursor, Map<String, String>? $header}) Future<XRPCResponse<SearchStarterPacksSkeletonOutput>>
https://atprotodart.com/docs/lexicons/app/bsky/unspecced/searchStarterPacksSkeleton
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited