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

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

Operators

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