Add collection fetching module
authorFloatingGhost <hannah@coffee-and-dreams.uk>
Sun, 3 Jul 2022 18:20:59 +0000 (19:20 +0100)
committerFloatingGhost <hannah@coffee-and-dreams.uk>
Sun, 3 Jul 2022 18:20:59 +0000 (19:20 +0100)
commit05081cd81be675db4825335181182dd110c4b834
tree1a0a79fb56f5a88eaf10601a31c7a87931b8f9de
parent0a3a552696949b754248d1987a953a5c54e16605
Add collection fetching module
config/config.exs
lib/pleroma/collections/fetcher.ex [new file with mode: 0644]
test/fixtures/collections/ordered_array.json [new file with mode: 0644]
test/fixtures/collections/unordered_array.json [new file with mode: 0644]
test/fixtures/collections/unordered_page_embedded.json [new file with mode: 0644]
test/fixtures/collections/unordered_page_first.json [new file with mode: 0644]
test/fixtures/collections/unordered_page_reference.json [new file with mode: 0644]
test/fixtures/collections/unordered_page_second.json [new file with mode: 0644]
test/pleroma/collections/collections_fetcher_test.exs [new file with mode: 0644]