0.1.28 • Published 9 years ago

aboutyou-sdk v0.1.28

Weekly downloads
8
License
MIT
Repository
github
Last release
9 years ago

ABOUT YOU app SDK

Installation

npm install aboutyou-sdk

Documentation

Documentation is available at https://developer.aboutyou.de/doc/ or in the repositories docs folder https://github.com/aboutyou/aboutyou-nodejs-sdk/

API Overview

Every resource is accessed via your ay instance:

var aboutYou = require('aboutyou-sdk')(' your ABOUT YOU App ID ',' your ABOUT YOU API key ');

Versions

We use the version format 'Major.Minor.Patch'. Bug fixes not affecting the API increment the patch version, backwards compatible API additions/changes increment the minor version, and backwards incompatible API changes increment the major version.

Note: Currently, we are still in initial development. Anything may change at any time. The public API should not be considered stable.

0.1.28

9 years ago

0.1.27

9 years ago

0.1.26

9 years ago

0.1.25

9 years ago

0.1.24

9 years ago

0.1.23

9 years ago

0.1.22

9 years ago

0.1.21

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago