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

Function buildSelectRecordsUrl

apps/sim/tools/agiloft/utils.ts:92–95  ·  view source on GitHub ↗
(base: string, params: AgiloftSelectRecordsParams)

Source from the content-addressed store, hash-verified

90}
91
92export function buildSelectRecordsUrl(base: string, params: AgiloftSelectRecordsParams): string {
93 const where = encodeURIComponent(params.where)
94 return `${base}/ewws/EWSelect/.json?${buildEwBaseQuery(params)}&where=${where}`
95}
96
97export function buildSavedSearchUrl(base: string, params: AgiloftSavedSearchParams): string {
98 return `${base}/ewws/EWSavedSearch/.json?${buildEwBaseQuery(params)}`

Callers 1

route.tsFile · 0.90

Calls 1

buildEwBaseQueryFunction · 0.85

Tested by

no test coverage detected