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
cf. POST /notes
POST /notes
{ // 略 "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 } ] }
cf. GET /drive
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と合わせる
The text was updated successfully, but these errors were encountered:
No branches or pull requests
概要
cf.
POST /notes
cf.
GET /drive
違う部分:
name
がfilename
になっているmime
がcontent_type
になっているthumbnail
がないhash
がblur
になっているauthor_id
がないこれらの差異を無くし、drive apiと合わせる
The text was updated successfully, but these errors were encountered: