- WHY: establish Stage 3 task-001 execution baseline per repo intent - WHAT: add minimal solution/project skeleton and boundary docs - RULE: apply stage3 execution runtime and repository workflow directives
16 lines
385 B
Markdown
16 lines
385 B
Markdown
# External API Surface
|
|
|
|
## Active External Protocol
|
|
|
|
- REST is the active external protocol for this BFF deployment.
|
|
|
|
## Endpoint Baseline
|
|
|
|
- `GET /api/furniture/{furnitureId}/availability`
|
|
|
|
## Edge Responsibilities
|
|
|
|
- Validate and normalize consumer request inputs.
|
|
- Map downstream service responses to consumer-facing shapes.
|
|
- Map downstream errors to consistent API error models.
|