Namespaces
shortlink
Methods and types of the `shortlink` namespace (`client.shortlink` / `bot.shortlink`).
Interfaces
PublicDownloadUrlResponse
Properties
PublicEmbedFilesResponse
Properties
ResolvePublicDownloadResponse
Properties
ResolveShortLinkResponse
Properties
| Property | Type |
|---|---|
deepLink | string |
resourceId | string |
resourceType | "asset" | "project" | "workspace" | "chatMessage" | "chatSubmission" |
visibility | "creator" | "reviewer" | null |
Functions
default()
function default(client): {
resolveShortLink: Promise<ResolveShortLinkResponse>;
};Defines short link related methods for the NuramaClient.
Parameters
| Parameter | Type | Description |
|---|---|---|
client | default | The NuramaClient instance. |
Returns
An object containing the short link related methods.
| Name | Type | Description |
|---|---|---|
resolveShortLink() | (code) => Promise<ResolveShortLinkResponse> | Resolves a short link code to its full deep link path. This endpoint is publicly accessible and does not require authentication. |