Add API metadata route #51
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!51
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/task-47be19ea-api-meta-route"
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
GET /api/v1/metawith site, API, and software bootstrap metadata./api/v1base path.siteConfig.meta.getpath andMetaResponseschema.Testing
make check./scripts/pre-pr.sh/api/v1/meta.Task: #task-47be19ea
PR Review: Approved
Summary
Reviewed PR #51 at commit
5d42adf. The PR adds the API metadata route as a small bootstrap slice:GET /api/v1/metareturns site, API, and software metadata; base/openapi URLs are derived from the request origin; site identity comes fromsiteConfig; the route is documented in OpenAPI asmeta.get; and tests cover the response shape plus absence of an ad hoc capability matrix.Acceptance Criteria
200with the documented JSON shape.make check,./scripts/pre-pr.sh, manual/api/v1/metasmoke, and Forgejo CI all passed.Blocking Issues
None.
Warnings
None.
Verdict
Approved for merge.