upub/apb/src
alemi 0c1160b42f
chore!: HUGE REFACTOR
not even sure stuff will stay this way but phewwwwww this was time
consuming asffff
2024-06-01 05:21:57 +02:00
..
types feat(apb)!: getters return field error 2024-06-01 01:04:03 +02:00
field.rs feat(apb): helper: Option<String> to Field<&str> 2024-06-01 01:49:29 +02:00
jsonld.rs chore!: HUGE REFACTOR 2024-06-01 05:21:57 +02:00
key.rs feat(apb)!: getters return field error 2024-06-01 01:04:03 +02:00
lib.rs feat(apb): helper: Option<String> to Field<&str> 2024-06-01 01:49:29 +02:00
macros.rs feat(apb)!: getters return field error 2024-06-01 01:04:03 +02:00
node.rs fix(apb): Node::id behaves like Object::id 2024-06-01 01:24:20 +02:00
README.md feat: separated apb types into crate, reworked 2024-04-06 16:56:13 +02:00
target.rs fix(apb): oops missed these, also comment out some 2024-06-01 01:26: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)