0.0.50 • Published 7 years ago

meridix-webapi v0.0.50

Weekly downloads
4
License
MIT
Repository
github
Last release
7 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

7 years ago

0.0.40

8 years ago

0.0.39

8 years ago

0.0.38

8 years ago

0.0.37

8 years ago

0.0.36

8 years ago

0.0.35

8 years ago

0.0.34

8 years ago

0.0.33

8 years ago

0.0.32

8 years ago

0.0.31

8 years ago