Modules§
Structs§
- Parsed
Uri - Pubky
AppBlob - Represents a file uploaded by the user. URI: /pub/pubky.app/files/:file_id
- Pubky
AppBookmark - Represents raw homeserver bookmark with id URI: /pub/pubky.app/bookmarks/:bookmark_id
- Pubky
AppFeed - Represents a feed configuration.
- Pubky
AppFile - Represents a file uploaded by the user. URI: /pub/pubky.app/files/:file_id
- Pubky
AppFollow - Represents raw homeserver follow object with timestamp
- Pubky
AppLast Read - Represents the last read timestamp for notifications. URI: /pub/pubky.app/last_read
- Pubky
AppMute - Represents raw homeserver Mute object with timestamp URI: /pub/pubky.app/mutes/:user_id
- Pubky
AppPost - Represents raw post in homeserver with content and kind URI: /pub/pubky.app/posts/:post_id Where post_id is CrockfordBase32 encoding of timestamp
- Pubky
AppPost Embed - Represents embedded content within a post
- Pubky
AppTag - Represents raw homeserver tag with id URI: /pub/pubky.app/tags/:tag_id
- Pubky
AppUser - URI: /pub/pubky.app/profile.json
- Pubky
AppUser Link - Represents a user’s single link with a title and URL.
- PubkyId
- Represents user data with name, bio, image, links, and status.
Enums§
- Pubky
AppFeed Layout - Enum representing the layout of the feed.
- Pubky
AppFeed Reach - Enum representing the reach of the feed.
- Pubky
AppFeed Sort - Enum representing the sort order of the feed.
- Pubky
AppObject - A unified enum wrapping all PubkyApp objects.
- Pubky
AppPost Kind - Represents the type of pubky-app posted data Used primarily to best display the content in UI
- Resource