@akamai-consulting/edgegrid-js-fetch
Version:
Signing and fetch library the Akamai OPEN EdgeGrid Authentication scheme in a JS environment that supports the fetch spec
11 lines (10 loc) • 474 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.EdgeGridCredentials = exports.EdgeGrid = void 0;
const api_1 = __importDefault(require("./api"));
exports.EdgeGrid = api_1.default;
const credentials_1 = __importDefault(require("./credentials"));
exports.EdgeGridCredentials = credentials_1.default;