amx-authorization-header
v1.0.2
Published
Library for generating the AMX authorization header
Readme
amx-authorization-header-nodejs
Library for generating an AMX authorization header in Node.js
Installation
npm install amx-authorization-header --saveUsage
const amx = require("amx-authorization-header");
const amxHeader = amx.buildHeader(appId, appKey, method, uri, body);License
This project is licensed under the terms of the MIT license.
