MCPcopy Index your code
hub / github.com/simstudioai/sim / getAssetsApiBaseUrl

Function getAssetsApiBaseUrl

apps/sim/tools/jsm/utils.ts:99–101  ·  view source on GitHub ↗
(cloudId: string, workspaceId: string)

Source from the content-addressed store, hash-verified

97 * @returns The base URL for the Assets API (v1)
98 */
99export function getAssetsApiBaseUrl(cloudId: string, workspaceId: string): string {
100 return `https://api.atlassian.com/ex/jira/${cloudId}/jsm/assets/workspace/${workspaceId}/v1`
101}
102
103/**
104 * Resolve the Assets `workspaceId` for a Jira site.

Callers 9

route.tsFile · 0.90
route.tsFile · 0.90
route.tsFile · 0.90
route.tsFile · 0.90
route.tsFile · 0.90
route.tsFile · 0.90
route.tsFile · 0.90
route.tsFile · 0.90
route.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected