(base: string, params: AgiloftSavedSearchParams)
| 95 | } |
| 96 | |
| 97 | export function buildSavedSearchUrl(base: string, params: AgiloftSavedSearchParams): string { |
| 98 | return `${base}/ewws/EWSavedSearch/.json?${buildEwBaseQuery(params)}` |
| 99 | } |
| 100 | |
| 101 | export function buildRetrieveAttachmentUrl( |
| 102 | base: string, |
no test coverage detected