data-api-builder-rest
Design and consume Data API Builder REST endpoints, including filtering, sorting, pagination, and per-entity REST configuration.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Design and consume Data API Builder REST endpoints, including filtering, sorting, pagination, and per-entity REST configuration.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Run SQL Commander as a companion container for browser-based SQL access, with optional Azure Container Apps configuration.
Orchestrate SQL Server and Data API Builder with .NET Aspire for local development, health-aware startup, and dashboard-driven diagnostics.
Add MCP Inspector to .NET Aspire AppHost for local SQL MCP Server validation and tool discovery.
Add SQL Commander to .NET Aspire for lightweight SQL browsing and query execution during local DAB development.
Use SQL Database Projects (.sqlproj) with .NET Aspire for declarative schema deployment via dacpac.
Deploy Data API Builder and SQL MCP Server to Azure App Service for Linux, with or without containers.
| name | data-api-builder-rest |
| description | Design and consume Data API Builder REST endpoints, including filtering, sorting, pagination, and per-entity REST configuration. |
| license | MIT |
$select, $filter, $orderby, $first, $after query options.runtime.rest.enabled is true and note runtime.rest.path (default /api).entity.rest.enabled and optional entity.rest.path per entity.{rest-path}/{entity} with OData-style query options.$first=N then follow nextLink using $after=<token>.error object) when shaping clients.$first bounded by runtime.pagination defaults to avoid runaway responses.eq, ne, gt, ge, lt, le; query option and field names are case-sensitive.GET /api/books?$select=id,title&$filter=year gt 2020&$orderby=title asc&$first=20
data-api-builder-configdata-api-builder-graphqldata-api-builder-auth