UNPKG

@attivio/fetch-utils

Version:

Wrapper around the fetch() API to use when communicating with the Attivio REST APIs authenticated with SAML.

14 lines (11 loc) 258 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _FetchUtils = require('./FetchUtils'); Object.defineProperty(exports, 'FetchUtils', { enumerable: true, get: function get() { return _FetchUtils.FetchUtils; } });