Skip to content

docs(service-datasource): list REST routes + Studio/Setup-nav integration - #2112

Merged
xuyushun441-sys merged 1 commit into
mainfrom
docs/datasource-readme-routes
Jun 21, 2026
Merged

docs(service-datasource): list REST routes + Studio/Setup-nav integration#2112
xuyushun441-sys merged 1 commit into
mainfrom
docs/datasource-readme-routes

Conversation

@xuyushun441-sys

Copy link
Copy Markdown
Contributor

What

Refresh packages/services/service-datasource/README.md to match what shipped:

  • REST routes section enumerating lifecycle (list/create/update/delete), drivers catalog, by-name test, GET :name detail, and introspection/sync (remote-tables, object-draft) — plus the credential-split note (format:password → top-level secret, never in config).
  • Studio integration section: datasource is administered through the generic metadata-admin engine (Setup → Integrations → Datasources), runtime records persist to sys_metadata and rehydrate pools on restart.

Docs-only; reflects #2083, #2085, #2086, #2091, #2096.

🤖 Generated with Claude Code

…tion
The README mentioned "REST routes under /api/v1/datasources" but didn't
enumerate them, and predated the Studio integration. Add:
- a REST routes section (lifecycle + drivers catalog + by-name test + GET :name
detail + introspection/sync routes), with the credential-split note;
- a Studio integration section: datasource is managed through the metadata-admin
engine (Setup → Integrations → Datasources), runtime records persist to
sys_metadata and rehydrate on restart.
Reflects #2083 (drivers), #2085 (remote-tables/object-draft/by-name test),
#2086 (GET :name), #2091 (Setup nav), #2096 (persistence).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@vercel

vercelBot commented Jun 21, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

ProjectDeploymentActionsUpdated (UTC)
specReadyReadyPreview, CommentJun 21, 2026 7:52am

Request Review

@github-actionsgithub-actionsBot added documentation Improvements or additions to documentation size/s labels Jun 21, 2026
@github-actions

Copy link
Copy Markdown
Contributor

📓 Docs Drift Check

This PR changes 1 package(s): packages/services.

5 hand-written doc(s) reference the affected code and may need an implementation-accuracy re-verification:

  • content/docs/guides/packages.mdx(via packages/services)
  • content/docs/guides/runtime-services/audit-service.mdx(via packages/services)
  • content/docs/guides/runtime-services/index.mdx(via packages/services)
  • content/docs/guides/runtime-services/settings-service.mdx(via packages/services)
  • content/docs/protocol/objectos/i18n-standard.mdx(via packages/services)

Advisory only. To re-verify, run the docs-accuracy-audit workflow scoped to these files:
node scripts/docs-audit/affected-docs.mjs origin/main → pass the list as args.docs.

@xuyushun441-sys
xuyushun441-sys merged commit a3c5a55 into mainJun 21, 2026
16 checks passed
@xuyushun441-sys
xuyushun441-sys deleted the docs/datasource-readme-routes branch June 21, 2026 07:56
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentationImprovements or additions to documentationsize/s

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@xuyushun441-sys@os-zhuang