meridix-webapi
Version:
A JS util library for Meridix Web API Javascript clients
30 lines (19 loc) • 707 B
Markdown
is a library that can be used to sign API requests against Meridix WebAPI.
The package is available through NPM
npm install meridix-webapi --save
import { MeridixWebApi } from 'meridix-webapi';
let api = new MeridixWebApi();
let url = api.createSignedUrl("POST", "https://system-url.com/api/status", "token here", "secret here");
console.log(url);
CryptoJS
To build the package
npm run build
Having trouble with meridix-webapi?
Contact Meridix Systems AB at <support@meridix.se> or
http://www.meridix.se
This