upub/apb/src
2024-05-02 13:16:37 +02:00
..
types feat(apb): add my custom extension to count follows 2024-05-02 00:29:17 +02:00
key.rs fix(apb): dont panic if missing pubkey, return "" 2024-05-02 13:16:37 +02:00
lib.rs feat(apb): restructured, added target and server 2024-04-11 00:27:17 +02:00
macros.rs fix(apb): bool setter/getter with rename 2024-05-02 00:25:47 +02:00
node.rs fix(apb): remove node update 2024-05-01 21:03:00 +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 fix(apb): don't require Object for Addressed 2024-05-02 02:58:19 +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)