1.0.1 • Published 7 months ago

@r6bros/r6-sdk-js v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Site | API |

R6 SDK - Javascript edition

The R6 SDK gives easy access to the R6 API by providing an abstraction layer and encapsulating the authentication modules.

Installation

Using yarn:

$ yarn add r6-sdk-js

Using npm:

$ npm --save i r6-sdk-js

Usage

Node.js:

import R6Api from 'r6-sdk-js'

const config = {
	apiKey: {
		key: 'your key',
		secret: 'your secret'
	},
	host: 'api.r6bros.eu'
};
const api = new R6Api(config);

const response = await api.info();

Documentation

API blueprint is available in compiled html and apib format.

ESDoc can also be generated by running the appropriate script:

$ yarn
$ yarn doc:source

Authentication

Please see the authentication docs for details.

1.0.1

7 months ago

1.0.0

10 months ago

0.9.9

10 months ago

0.9.7

11 months ago

0.9.4

11 months ago

0.9.6

12 months ago

0.9.5

12 months ago

0.9.3

1 year ago

0.9.2

1 year ago