Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

amx-authorization-header

leonardost26MIT1.0.2

Library for generating the AMX authorization header

amx, authorization, token

readme

amx-authorization-header-nodejs

version

Library for generating an AMX authorization header in Node.js

Installation

npm install amx-authorization-header --save

Usage

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.