Skip to content

cityssm/node-faster-url-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FASTER Web URL Builder

npm (scoped) codecov DeepSource Coverage Testing

Builds URLs for the FASTER Web Fleet Management System.

Helpful when building integrations with FASTER Web that require links.

Installation

npm install @cityssm/faster-url-builder

Usage

import { FasterUrlBuilder } from '@cityssm/faster-url-builder'

console.log(new FasterUrlBuilder('test-tenant').loginUrl)
// => https://test-tenant.fasterwebcloud.com/FASTER/Login

Included URLs

  • baseUrl
  • loginUrl
  • inventoryItemRequestSearchUrl
  • reportViewerUrl
  • scheduledReportsUrl
  • integrationsUrl
  • technicianWorkstationUrl

Included Helper Functions

  • inventorySearchUrl(searchString, exactMatch)
  • itemUrl(itemId)
  • workOrderSearchUrl(searchString, exactMatch)
  • workOrderUrl(workOrderNumber)

Related Projects

Building an intergration with FASTER Web?

Have a look at the City's open source projects related to FASTER Web.

About

Builds URLs for the FASTER Web Fleet Management System

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks