init project with pixelfed fetcher

This commit is contained in:
Travis Shears 2024-06-24 15:42:35 +02:00
commit cf01dea155
12 changed files with 929 additions and 0 deletions

View file

@ -0,0 +1,17 @@
meta {
name: Get Pixelfed Feed
type: http
seq: 1
}
get {
url: https://gram.social/api/pixelfed/v1/accounts/703621281309160235/statuses?limit=9&only_media=true&min_id=1
body: none
auth: none
}
query {
limit: 9
only_media: true
min_id: 1
}