init project with pixelfed fetcher
This commit is contained in:
commit
cf01dea155
12 changed files with 929 additions and 0 deletions
17
bruno/MicroBlogFetchders/Get Pixelfed Feed.bru
Normal file
17
bruno/MicroBlogFetchders/Get Pixelfed Feed.bru
Normal 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue