feat: add media API routes #88
No reviewers
Labels
No labels
activitypub
admin
api
articles
auth
bug
cleanup
cli
comments
compatibility
config
contacts
database
deployment
design
dev-env
docs
documentation
email
enhancement
feature
federation
feed
homepage
implementation
integration
media
openapi
priority:high
priority:low
priority:medium
proof
public-routes
public-ui
release
safety
social
sources
status:active
status:canceled
status:done
status:inprogress
status:waiting
syndication
tailwind
template
test
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
erik/slugkit!88
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/task-d520567e-media-api-routes"
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?
Summary
Implement authenticated media upload, metadata lookup, and deletion routes backed by the existing media storage service and SQLite metadata.
Task
#task-d520567e
Changes
/api/v1/mediaupload and/api/v1/media/{id}get/delete routesTesting
Checklist
./scripts/pre-pr.shpassesPR Review
Summary
Reviewed PR #88 against task
task-d520567eanddocs/specs/07-media-routes.md. The PR adds authenticated media upload, get, and delete routes wired to the existing media storage service, SQLite metadata, shared error shapes, OpenAPI docs, and tests.Acceptance criteria
/api/v1/mediaas documented.Blocking issues
None.
Warnings
None.
Verification
./scripts/pre-pr.shpassed locally.CI / build-lint-test (pull_request)issuccess.Verdict
Approved. Ready for human merge approval.