UNPKG

xrmcli

Version:

A suite of cli tools to support Xrm/D365/Dataverse development

13 lines 456 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.initHeader = void 0; const initHeader = (accessToken) => ({ Authorization: `Bearer ${accessToken}`, Accept: 'application/json', 'Content-Type': 'application/json; charset=utf-8', 'OData-MaxVersion': '4.0', 'OData-Version': '4.0', }); exports.initHeader = initHeader; exports.default = exports.initHeader; //# sourceMappingURL=header.js.map