activitypub-federation-rust icon indicating copy to clipboard operation
activitypub-federation-rust copied to clipboard

Trait for collection

Open Nutomic opened this issue 1 year ago • 1 comments

There are already traits for ApubObject, ApubActor and ActivityHandler for ease of handling the respective Activitypub types. There should be a similar trait for collections, which helps with pagination in particular.

Nutomic avatar Feb 25 '23 04:02 Nutomic

A basic trait is implemented in https://github.com/LemmyNet/activitypub-federation-rust/pull/29, however it doesnt support pagination. I never had to use collections much, so I hope someone with more direct experience can contribute a good abstraction.

Nutomic avatar Mar 16 '23 01:03 Nutomic