Micropub inline photo file in create request #133
Labels
No labels
kind
bug
kind
enhancement
wayfinder
grilling
wayfinder
map
wayfinder
prototype
wayfinder
research
wayfinder
task
workflow
needs-info
workflow
needs-triage
workflow
ready-for-agent
workflow
ready-for-human
workflow
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
rosa/vernier#133
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Micropub: accept an inline photo file in the create request
Deferred from #131. v1 Micropub attaches a Photo by referencing a
media-endpoint URL only;
POST /micropubstays JSON / urlencoded, and themedia-endpointis advertised inq=configso compliant clients upload therefirst.
Micropub also permits inlining the photo as a file part in a
multipart/form-datacreate to/micropub(many phone clients do this and nevertouch a media endpoint). Supporting it means
/micropubgrows a multipart path.Why deferred: the media endpoint already covers well-behaved clients, and the
web editor covers "just pick a file". Per ADR-0019 this is a thin third adapter
over the same
create Mediaop, not new storage logic, so it's cheap to add later.Signal to revisit: a Micropub client people actually use can only inline
photos and can't attach one via the media endpoint.
Deferred: Micropub inline photo file in create requestto Micropub inline photo file in create request