Skip to content

Commit

Permalink
doc: Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wmai authored and richterb committed Mar 27, 2024
1 parent 258cc2c commit 30d2d6d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/api-client/src/odsql/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,11 @@ function root(source: string) {
itself: () => new Query(`${source}/`),
facets: () => new Query(`${source}/facets/`),
datasets: () => new Query(`${source}/datasets/`),
/**
* FIXME: Update this URL or remove this comment when the endpoint is out of beta.
* The assets endpoint is still in development and not yet documented.
* Therefore, this URL may change in the future.
*/
assets: () => new Query(`${source}/assets/`),
export: (format: ExportCatalogFormat) => new Query(`${source}/exports/${format}/`),
dataset: (datasetId: string) => ({
Expand Down

0 comments on commit 30d2d6d

Please sign in to comment.