0.0.5 • Published 7 years ago

coingate-api v0.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

Coingate-api

Installation

npm install npm install coingate-api

or

yarn add coingate-api

Quick Start

var Client = require('coingate-api').Client;
var client = new Client({'mode': staging || production, 'appId': myappid, 'apiKey': mykey, 'apiSecret': mysecret});

Making API Calls

Creating a new order

client.createOrder(order);

Client returns a promise.

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago