-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
T: docsDocument ChangesDocument Changes
Description
概要
cf. POST /notes
cf. GET /drive
[
{
"id": "2938492384",
"name": "image.jpeg",
"author_id": "384880009940302",
"hash": "nf9:e;g711*c@drgj55",
"mime": "image/jpeg",
"nsfw": false,
"url": "https://images.example.com/image.jpeg",
"thumbnail": "https://images.example.com/thumb-image.jpeg"
}
]違う部分:
nameがfilenameになっているmimeがcontent_typeになっているthumbnailがないhashがblurになっているauthor_idがない
これらの差異を無くし、drive apiと合わせる
Metadata
Metadata
Assignees
Labels
T: docsDocument ChangesDocument Changes
{ // 略 "attachment_files": [ { "id": "11938472", "filename": "hello.png", "content_type": "image/png", "url": "https://example.com/images/hello.png", "blur": "eoig:woi!our@nj/d", "nsfw": false } ] }