[Epic] Service skeleton & /v1 routing #3
Labels
No labels
area: api
area: auth
area: build
area: cache
area: ci
area: compare
area: model
area: provenance
area: rite
backport
blocked
breaking
confirmed
dependencies
duplicate
epic
invalid
needs-info
needs-triage
php
priority: high
priority: low
priority: medium
regression
type: chore
type: correction
type: docs
type: enhancement
type: feature
type: fix
type: perf
type: refactor
type: security
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Directorium/Api#3
Loading…
Add table
Add a link
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?
Establish the PHP HTTP service with a versioned /v1 router, a request/response contract, and Core wiring so calendar data can be served. Done when /v1 routes resolve to handlers and return well-formed JSON envelopes for valid inputs.
Epic — child issues are tracked as sub-issues.
Epic complete — the service skeleton, the
{data, meta}envelope + single error shape, the singleCoreGatewayboundary to Core, request validation, and theGET /v1/day/{date}+/v1/healthendpoints all landed in #133. CI runs the full PSR-12 + PHPStan + PHPUnit gate on PHP 8.2/8.3. Architecture recorded indocs/design/api-architecture.md.