upub/apb/src
2024-05-20 02:39:23 +02:00
..
types feat(apb): optional Send marker on Base, on by default 2024-05-20 02:39:23 +02:00
key.rs fix(apb): dont panic if missing pubkey, return "" 2024-05-02 13:16:37 +02:00
lib.rs feat(apb): actor endpoints type (extends Object) 2024-05-15 17:17:02 +02:00
macros.rs feat(apb): optional Send marker on Base, on by default 2024-05-20 02:39:23 +02:00
node.rs feat(apb): add .flat() to access inner nodes 2024-05-20 01:56:32 +02:00
README.md feat: separated apb types into crate, reworked 2024-04-06 16:56:13 +02:00
server.rs feat(apb): added all outbox routes, authed inbox 2024-04-22 22:42:45 +02:00
target.rs feat(apb): Addressed auto impl for any Object 2024-05-19 21:19:22 +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)