エンドポイント | 概要 |
---|---|
GET https://bsky.social/xrpc/app.bsky.feed.getActorFeeds | 自身の投稿を取得するエンドポイント |
プロパティ | 型 | 詳細 |
---|---|---|
actor | string | ハンドルネームを入力する |
limit | int | min: 1, max: 100 default: 50 |
プロパティ | 型 | 詳細 |
---|---|---|
cursor | string | |
feeds | array |
{
"feed": [
{
"post": {
"uri": "",
"cid": "",
"author": {
"did": "",
"handle": "amatyrain.bsky.social",
"displayName": "あまてぃ",
"avatar": "",
"viewer": {
"muted": False,
"blockedBy": False
},
"labels": []
},
"record": {
"text": "テスト",
"$type": "app.bsky.feed.post",
"langs": [
"ja"
],
"createdAt": "2023-11-18T10:42:49.198Z"
},
"replyCount": 0,
"repostCount": 0,
"likeCount": 1,
"indexedAt": "2023-11-18T10:42:49.198Z",
"viewer": {},
"labels": []
}
}
],
"cursor": ""
}