Tôi có thể tạo bài viết thông qua REST
mà không có vấn đề. Nhưng tôi không thể tìm ra cách gửi tệp.
Làm cách nào để gửi tệp (hình ảnh) cho Drupal 8 qua REST
?
Cập nhật:
REST UI - File: /file/{id}
Example image added in article:
/admin/content/files -> /admin/content/files/usage/1
file {id} = 1?
Get file id 1:
curl --request GET --user admin:admin --header 'Accept: application/hal+json' http://d8.local/file/1
A fatal error occurred: No route found for "GET /file/1"
Đăng ảnh (không có nội dung thực thể):
curl --request POST --user admin:admin --header 'Content-type: application/hal+json' http://d8.local/entity/file
{"error":"No entity content received."}
Tôi không thể tìm ra cách tạo ra entity content
.