@cityssm/faster-url-builder
TypeScript icon, indicating that this package has built-in type declarations

0.2.1 • Public • Published

FASTER Web URL Builder

npm (scoped) Maintainability 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
  • reportViewerUrl

Included Helper Functions

  • inventorySearchUrl(searchString)
  • workOrderSearchUrl(searchString)
  • workOrderUrl(workOrderNumber)

Related Projects

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.

Readme

Keywords

Package Sidebar

Install

npm i @cityssm/faster-url-builder

Weekly Downloads

155

Version

0.2.1

License

MIT

Unpacked Size

18.5 kB

Total Files

9

Last publish

Collaborators

  • dgowans