API: Phoenix railing proxy, API key auth for /api/v1/*, schema export, docs, migrations, tests
- Phoenix API Railing: proxy to PHOENIX_RAILING_URL, tenant me routes - Tenant-auth: X-API-Key support for /api/v1/* (api_keys table) - Migration 026: api_keys table; 025 sovereign stack marketplace - GET /graphql/schema, GET /graphql-playground, api/docs OpenAPI - Integration tests: phoenix-railing.test.ts - docs/api/API_VERSIONING: /api/v1/ railing alignment - docs/phoenix/PORTAL_RAILING_WIRING Made-with: Cursor
This commit is contained in:
@@ -10,7 +10,7 @@ This document describes the API versioning strategy for the Sankofa Phoenix API.
|
||||
|
||||
### URL-Based Versioning
|
||||
|
||||
The API uses URL-based versioning for REST endpoints:
|
||||
The API uses URL-based versioning for REST endpoints. The Phoenix API Railing (Infra, VE, Health, tenant-scoped) uses `/api/v1/` and aligns with this strategy.
|
||||
|
||||
```
|
||||
/api/v1/resource
|
||||
|
||||
Reference in New Issue
Block a user