mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-09 15:11:29 -07:00
more stubs
This commit is contained in:
+2
-2
@@ -19,7 +19,7 @@ apex/`ns` host and isn't listed within it. Each implemented worker has its own
|
||||
| Service | Subdomain | Worker | Notes |
|
||||
| --------------------- | ----------------------- | ---------------- | ------------------------------------------------------------------------- |
|
||||
| Accounts | `accounts` | `accounts` | Player accounts & profile reads/writes (D1) |
|
||||
| AI | `ai` | — | Not yet implemented |
|
||||
| AI | `ai` | `ai` | Game AI access check (always refuses — no model runs here) |
|
||||
| API | `api` | `api` | Core Game API — config, social, avatar, rooms, image uploads (D1, R2) |
|
||||
| Auth | `auth` | `auth` | OAuth token issuance (`/connect/token`); (D1) |
|
||||
| BugReporting | `bugreporting` | — | Not yet implemented |
|
||||
@@ -31,7 +31,7 @@ apex/`ns` host and isn't listed within it. Each implemented worker has its own
|
||||
| Commerce | `commerce` | `commerce` | Store / purchase endpoints |
|
||||
| Data | `data` | — | Not yet implemented |
|
||||
| DataCollection | `datacollection` | `datacollection` | Client telemetry / analytics sink |
|
||||
| Discovery | `discovery` | — | Not yet implemented |
|
||||
| Discovery | `discovery` | `discovery` | Discovery page layouts (static assets) |
|
||||
| Econ | `econ` | `econ` | Economy & avatar endpoints (separate from `api`) |
|
||||
| GameLogs | `gamelogs` | — | Not yet implemented |
|
||||
| Geo | `geo` | — | Not yet implemented |
|
||||
|
||||
Reference in New Issue
Block a user