mariusor/brutalinks

Use paginated collections as default

Closed this issue · 2 comments

Instead of dumping the whole content of a query in a collection, we should paginate them accordingly.

This means improving the activitypub.go collection pages support.

Progressed in this in the fact that we're now loading the page from the API URL and passing it to the Repository object we're using.

Next step is to use CollectionPage and OrderedCollectionPage objects instead of plain Collection and OrderedCollection.

Added the final CollectionPage and OrderedCollectionPage for paginated content in 5236b18