Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class GetActorStarterPacksQueryParams(val actor: AtIdentifier, val limit: Long? = 50, val cursor: String? = null)
Link copied to clipboard
data class GetActorStarterPacksResponse(val cursor: String? = null, val starterPacks: ReadOnlyList<StarterPackViewBasic>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class GetFollowersQueryParams(val actor: AtIdentifier, val limit: Long? = 50, val cursor: String? = null)
Link copied to clipboard
data class GetFollowersResponse(val subject: ProfileView, val cursor: String? = null, val followers: ReadOnlyList<ProfileView>)
Link copied to clipboard
data class GetFollowsQueryParams(val actor: AtIdentifier, val limit: Long? = 50, val cursor: String? = null)
Link copied to clipboard
data class GetFollowsResponse(val subject: ProfileView, val cursor: String? = null, val follows: ReadOnlyList<ProfileView>)
Link copied to clipboard
data class GetKnownFollowersQueryParams(val actor: AtIdentifier, val limit: Long? = 50, val cursor: String? = null)
Link copied to clipboard
data class GetKnownFollowersResponse(val subject: ProfileView, val cursor: String? = null, val followers: ReadOnlyList<ProfileView>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class GetListResponse(val cursor: String? = null, val list: ListView, val items: ReadOnlyList<ListItemView>)
Link copied to clipboard
data class GetListsQueryParams(val actor: AtIdentifier, val limit: Long? = 50, val cursor: String? = null)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class GetRelationshipsQueryParams(val actor: AtIdentifier, val others: ReadOnlyList<AtIdentifier> = persistentListOf())
Link copied to clipboard
data class GetRelationshipsResponse(val actor: Did? = null, val relationships: ReadOnlyList<GetRelationshipsResponseRelationshipUnion>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class GetSuggestedFollowsByActorResponse(val suggestions: ReadOnlyList<ProfileView>, val isFallback: Boolean? = false)
Link copied to clipboard
data class List(val purpose: Token, val name: String, val description: String? = null, val descriptionFacets: ReadOnlyList<Facet> = persistentListOf(), val avatar: Blob? = null, val labels: ListLabelsUnion? = null, val createdAt: Timestamp)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class ListView(val uri: AtUri, val cid: Cid, val creator: ProfileView, val name: String, val purpose: Token, val description: String? = null, val descriptionFacets: ReadOnlyList<Facet> = persistentListOf(), val avatar: Uri? = null, val listItemCount: Long? = null, val labels: ReadOnlyList<Label> = persistentListOf(), val viewer: ListViewerState? = null, val indexedAt: Timestamp)
Link copied to clipboard
data class ListViewBasic(val uri: AtUri, val cid: Cid, val name: String, val purpose: Token, val avatar: Uri? = null, val listItemCount: Long? = null, val labels: ReadOnlyList<Label> = persistentListOf(), val viewer: ListViewerState? = null, val indexedAt: Timestamp? = null)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
indicates that a handle or DID could not be resolved
Link copied to clipboard
lists the bi-directional graph relationships between one actor (not indicated in the object), and the target actors (the DID included in the object)
Link copied to clipboard
data class Starterpack(val name: String, val description: String? = null, val descriptionFacets: ReadOnlyList<Facet> = persistentListOf(), val list: AtUri, val feeds: ReadOnlyList<StarterpackFeedItem> = persistentListOf(), val createdAt: Timestamp)
Link copied to clipboard
Link copied to clipboard
data class StarterPackView(val uri: AtUri, val cid: Cid, val record: JsonContent, val creator: ProfileViewBasic, val list: ListViewBasic? = null, val listItemsSample: ReadOnlyList<ListItemView> = persistentListOf(), val feeds: ReadOnlyList<GeneratorView> = persistentListOf(), val joinedWeekCount: Long? = null, val joinedAllTimeCount: Long? = null, val labels: ReadOnlyList<Label> = persistentListOf(), val indexedAt: Timestamp)
Link copied to clipboard
data class StarterPackViewBasic(val uri: AtUri, val cid: Cid, val record: JsonContent, val creator: ProfileViewBasic, val listItemCount: Long? = null, val joinedWeekCount: Long? = null, val joinedAllTimeCount: Long? = null, val labels: ReadOnlyList<Label> = persistentListOf(), val indexedAt: Timestamp)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard