Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
data class GetPopularFeedGeneratorsQueryParams(val limit: Long? = 50, val cursor: String? = null, val query: String? = null)
Link copied to clipboard
data class GetPopularFeedGeneratorsResponse(val cursor: String? = null, val feeds: List<GeneratorView>)
Link copied to clipboard
data class GetSuggestionsSkeletonQueryParams(val viewer: Did? = null, val limit: Long? = 50, val cursor: String? = null, val relativeToDid: Did? = null)
Link copied to clipboard
data class GetSuggestionsSkeletonResponse(val cursor: String? = null, val actors: List<SkeletonSearchActor>, val relativeToDid: Did? = null)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class GetTaggedSuggestionsSuggestion(val tag: String, val subjectType: GetTaggedSuggestionsSubjectType, val subject: Uri)
Link copied to clipboard
data class SearchActorsSkeletonResponse(val cursor: String? = null, val hitsTotal: Long? = null, val actors: List<SkeletonSearchActor>)
Link copied to clipboard
data class SearchPostsSkeletonQueryParams(val q: String, val sort: SearchPostsSkeletonSort? = SearchPostsSkeletonSort.Latest, val since: String? = null, val until: String? = null, val mentions: AtIdentifier? = null, val author: AtIdentifier? = null, val lang: Language? = null, val domain: String? = null, val url: Uri? = null, val tag: List<String> = emptyList(), val viewer: Did? = null, val limit: Long? = 25, val cursor: String? = null)
Link copied to clipboard
data class SearchPostsSkeletonResponse(val cursor: String? = null, val hitsTotal: Long? = null, val posts: List<SkeletonSearchPost>)
Link copied to clipboard
Specifies the ranking order of results.
Link copied to clipboard
Link copied to clipboard
data class SearchStarterPacksSkeletonQueryParams(val q: String, val viewer: Did? = null, val limit: Long? = 25, val cursor: String? = null)
Link copied to clipboard
data class SearchStarterPacksSkeletonResponse(val cursor: String? = null, val hitsTotal: Long? = null, val starterPacks: List<SkeletonSearchStarterPack>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard