Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • patch/codecoverage
  • patch/ADAPT-2891
  • v4.49.0
  • minor/ADAPT-2593
  • release/3 protected
  • release/2 protected
  • release/1 protected
  • v5.10.1
  • v5.10.0
  • v5.9.5
  • v5.9.4
  • v5.9.3
  • v5.9.2
  • v5.9.1
  • v5.9.0
  • v5.8.0
  • v5.7.2
  • v5.7.1
  • v5.7.0
  • v5.6.0
  • v5.5.1
  • v5.5.0
  • v5.4.0
  • v5.3.10
  • v5.3.9
  • v5.3.8
  • v5.3.7
28 results

adapter-utils

  • Clone with SSH
  • Clone with HTTPS
  • Itential Adapter Utilities

    Itential Adapter Utilities is a set of Node.js runtime libraries used by Itential Adapters.

    Many of the capabilities supported in Itential Adapters are built into this library so that they can e better maintained and added to adapters.

    Usage

    Include @itentialopensource/adapter-utils as a dependency and require it:

    const { RequestHandler, PropertyUtility } = require('@itentialopensource/adapter-utils');