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

Function buildDeleteRecordUrl

apps/sim/tools/agiloft/utils.ts:57–61  ·  view source on GitHub ↗
(base: string, params: AgiloftDeleteRecordParams)

Source from the content-addressed store, hash-verified

55}
56
57export function buildDeleteRecordUrl(base: string, params: AgiloftDeleteRecordParams): string {
58 const { kb, table } = encodeTable(params)
59 const id = encodeURIComponent(params.recordId.trim())
60 return `${base}/ewws/REST/${kb}/${table}/${id}?$lang=en`
61}
62
63function buildEwBaseQuery(params: AgiloftBaseParams): string {
64 const { kb, table } = encodeTable(params)

Callers 1

route.tsFile · 0.90

Calls 1

encodeTableFunction · 0.85

Tested by

no test coverage detected