We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
こんにちは。
common.json5で定義された共通オブジェクトの構造が実際に返却されるJSONと異なります。
例えば、NoteとUserは以下のように定義されていますが:
実際には以下のような構造で返却されます。
{ "id": "9bo5qnp68e", "createdAt": "2023-02-25T23:28:32.634Z", "userId": "9bf07ack4d", "user": { "id": "9bf07ack4d", "name": "加藤 真也 :verified_gold_gradient:", "username": "shinyakato", "host": null, "avatarUrl": "https://nos3.arkjp.net/avatar.webp?url=https%3A%2F%2Fs3.arkjp.net%2Fmisskey%2Fwebpublic-8184a4da-2a68-4dec-9026-40b193e2714b.jpg&avatar=1", "avatarBlurhash": "ekM5K^P7x,S^%0K0Om$ir^WD}SXht6$%IqkVt5R*RlW;-7owW-azs.", "isBot": false, "isCat": false, "emojis": {}, "onlineStatus": "active", "badgeRoles": [] }, "text": "お客様が不在の為与謝野晶子を持ち帰りました。こちらにてご確認ください。", "cw": null, "visibility": "public", "localOnly": false, "renoteCount": 0, "repliesCount": 0, "reactions": { ":is_all_scam@.:": 5 }, "reactionEmojis": {}, "fileIds": [], "files": [], "replyId": null, "renoteId": null }
これはドキュメントが古くなっているのか、それともusers/notesエンドポイントから返却されるオブジェクトがそもそも共通ではないのどちらなのでしょうか?
users/notes
もしドキュメントが古くなっているのであれば、こちらで今の構造に合わせて共通オブジェクトのドキュメント定義を修正します。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
こんにちは。
common.json5で定義された共通オブジェクトの構造が実際に返却されるJSONと異なります。
例えば、NoteとUserは以下のように定義されていますが:
実際には以下のような構造で返却されます。
これはドキュメントが古くなっているのか、それとも
users/notes
エンドポイントから返却されるオブジェクトがそもそも共通ではないのどちらなのでしょうか?もしドキュメントが古くなっているのであれば、こちらで今の構造に合わせて共通オブジェクトのドキュメント定義を修正します。
The text was updated successfully, but these errors were encountered: