api/bluesky: add support for saving images

one or multiple, everything works
This commit is contained in:
wukko
2024-09-01 16:37:24 +06:00
parent d9925f2233
commit 93f2a6b226
4 changed files with 60 additions and 2 deletions

View File

@@ -1438,6 +1438,24 @@
"code": 200,
"status": "stream"
}
},
{
"name": "single image",
"url": "https://bsky.app/profile/thehardyboycats.bsky.social/post/3l33flpoygt26",
"params": {},
"expected": {
"code": 200,
"status": "redirect"
}
},
{
"name": "several images",
"url": "https://bsky.app/profile/tracey-m.bsky.social/post/3kzxuxbiul626",
"params": {},
"expected": {
"code": 200,
"status": "picker"
}
}
]
}