1.0.2 • Published 2 years ago

signalpay-typescript-sdk v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

SignalPay TypeScript SDK

Build Status

Client that allows you to interact with SignalPay API in a few lines of code.

Installation

Install client with command.

$ npm i signalpay-typescript-sdk@latest

Development

Just import:

import {ApiClient} from "signalpay-typescript-sdk";

And initialize with baseUrl:

const _client = new ApiClient("https://signalpay.ru/api");

License

MIT

Free Software, Hell Yeah!