Add collection fetching module
[akkoma] / test / fixtures / collections / unordered_page_second.json
1 {
2 "type": "CollectionPage",
3 "id": "https://example.com/collection/unordered_page_reference?page=2",
4 "partOf": "https://example.com/collection/unordered_page_reference",
5 "items": [
6 {
7 "type": "Like",
8 "actor": "http://www.test.example/sally",
9 "object": "http://example.org/foo"
10 }
11 ]
12 }