0.0.5 • Published 7 years ago
coingate-api v0.0.5
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.