0.0.50 • Published 6 years ago

meridix-webapi v0.0.50

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

Welcome to meridix-webapi

This is a library that can be used to sign API requests against Meridix WebAPI.

Installation

The package is available through NPM

npm install meridix-webapi --save

Usage example

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);

Dependencies

CryptoJS

Build

To build the package

npm run build

Support or Contact

Having trouble with meridix-webapi? Contact Meridix Systems AB at support@meridix.se or http://www.meridix.se

0.0.50

6 years ago

0.0.40

7 years ago

0.0.39

7 years ago

0.0.38

7 years ago

0.0.37

7 years ago

0.0.36

7 years ago

0.0.35

7 years ago

0.0.34

7 years ago

0.0.33

7 years ago

0.0.32

7 years ago

0.0.31

7 years ago