Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions docs/pages/product/apis-integrations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ Otherwise, connect via the [SQL API][ref-sql-api] directly.
[REST API][ref-rest-api] or [GraphQL API][ref-graphql-api]. When using the REST API,
the [JavaScript SDK][ref-js-sdk] can simplify integration with your front-end code.

* For AI use cases, use the [AI API][ref-ai-api].

<ReferenceBox>

See this [GitHub issue](https://github.com/cube-js/cube/issues/1744#issuecomment-2291680777)
Expand Down Expand Up @@ -67,7 +65,7 @@ tools][ref-viz-tools]:
| [User name and password][ref-auth-user-pass] | [DAX API][ref-dax-api]<br/>[MDX API][ref-mdx-api]<br/>[Semantic Layer Sync][ref-sls]<br/>[SQL API][ref-sql-api] |
| [Kerberos][ref-auth-kerberos] and [NTLM][ref-auth-ntlm] | [DAX API][ref-dax-api]<br/>[MDX API][ref-mdx-api] |
| [Identity provider][ref-auth-idp] | [Cube Cloud for Excel][ref-cube-cloud-for-excel]<br/>[Cube Cloud for Sheets][ref-cube-cloud-for-sheets] |
| [JSON Web Token][ref-auth-jwt] | [REST API][ref-rest-api]<br/>[GraphQL API][ref-graphql-api]<br/>[AI API][ref-ai-api] |
| [JSON Web Token][ref-auth-jwt] | [REST API][ref-rest-api]<br/>[GraphQL API][ref-graphql-api] |

## Management APIs

Expand All @@ -84,7 +82,6 @@ API][ref-orchestration-api].
[ref-rest-api]: /product/apis-integrations/rest-api
[ref-graphql-api]: /product/apis-integrations/graphql-api
[ref-mdx-api]: /product/apis-integrations/mdx-api
[ref-ai-api]: /product/apis-integrations/ai-api
[ref-orchestration-api]: /product/apis-integrations/orchestration-api
[ref-sls]: /product/apis-integrations/semantic-layer-sync
[ref-js-sdk]: /product/apis-integrations/javascript-sdk
Expand Down
1 change: 0 additions & 1 deletion docs/pages/product/apis-integrations/_meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ module.exports = {
"sql-api": "SQL API",
"rest-api": "REST API",
"graphql-api": "GraphQL API",
"ai-api": "AI API",
"javascript-sdk": "JavaScript SDK",
"orchestration-api": "Orchestration API",
};
Loading