0.3.1 • Published 10 years ago

mobile.de-api v0.3.1

Weekly downloads
4
License
-
Repository
github
Last release
10 years ago

node Mobile.de API Build Status

Node.js promise based wrapper over Mobile.de API.

How to install

npm install mobile.de-api

Setup

var Mobile = require('mobile.de-api'),
  MobileApi = Mobile.Api,
  Mapper = Mobile.Mapper,

var token = '****',
    sellerKey = 123;

var api = new MobileApi(token, sellerKey);
0.3.1

10 years ago

0.3.0

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago