upub/apb/src
alemi a9229adec8
feat(apb): restructured, added target and server
target is about addressing, and server has traits for barebones outbox
and inbox. these come from upub
2024-04-11 00:27:17 +02:00
..
types feat(apb): restructured, added target and server 2024-04-11 00:27:17 +02:00
key.rs fix(apb): proper feature gating, dict->unstructured 2024-04-06 18:04:14 +02:00
lib.rs feat(apb): restructured, added target and server 2024-04-11 00:27:17 +02:00
macros.rs fix: dont publicly export macros 2024-04-06 18:34:15 +02:00
node.rs docs: document crate a little 2024-04-06 19:16:15 +02:00
README.md feat: separated apb types into crate, reworked 2024-04-06 16:56:13 +02:00
server.rs feat(apb): restructured, added target and server 2024-04-11 00:27:17 +02:00
target.rs feat(apb): restructured, added target and server 2024-04-11 00:27:17 +02:00

activitystream

here live all ActivityStreams types

structure

├── Link
│   └── Mention
├── Object
│   ├── Activity
│   │   ├── Accept
│   │   │   └── TentativeAccept
│   │   ├── Add
│   │   ├── Announce
│   │   ├── Create
│   │   ├── Delete
│   │   ├── Dislike
│   │   ├── Flag
│   │   ├── Follow
│   │   ├── IntransitiveActivity
│   │   │   ├── Arrive
│   │   │   ├── Question
│   │   │   └── Travel
│   │   ├── Ignore
│   │   │   └── Block
│   │   ├── Join
│   │   ├── Leave
│   │   ├── Like
│   │   ├── Listen
│   │   ├── Move
│   │   ├── Offer
│   │   │   └── Invite
│   │   ├── Read
│   │   ├── Reject
│   │   │   └── TentativeReject
│   │   ├── Remove
│   │   ├── Undo
│   │   ├── Update
│   │   └── View
│   ├── Actor (not technically)
│   │   ├── Application
│   │   ├── Group
│   │   ├── Organization
│   │   └── Person
│   ├── Article
│   ├── Collection
│   │   ├── CollectionPage
│   │   └── OrderedCollection
│   │       └── OrderedCollectionPage
│   ├── Document
│   │   ├── Audio
│   │   ├── Image
│   │   ├── Page
│   │   └── Video
│   ├── Event
│   ├── Note
│   ├── Place
│   ├── Profile
│   ├── Relationship
│   └── Tombstone
└── PublicKey (not in spec)