Builds URLs for the FASTER Web Fleet Management System.
Helpful when building integrations with FASTER Web that require links.
npm install @cityssm/faster-url-builder
import { FasterUrlBuilder } from '@cityssm/faster-url-builder'
console.log(new FasterUrlBuilder('test-tenant').loginUrl)
// => https://test-tenant.fasterwebcloud.com/FASTER
baseUrl
loginUrl
reportViewerUrl
inventorySearchUrl(searchString)
workOrderSearchUrl(searchString)
workOrderUrl(workOrderNumber)
FASTER Web Report Exporter
On demand exports of selected reports from the FASTER Web Fleet Management System.
FASTER Web Helper
A service to support integrations with the FASTER Web fleet management system.