3.0.0 • Published 6 years ago

nexosis-api-client v3.0.0

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
6 years ago

Nexosis API Client Library

This software is provided as a way to include Nexosis API functionality in your own JavaScript software.

Usage

Add the library to your project by installing from NPM.

yarn add nexosis-api-client

Creating a new NexosisClient with an API key allows you to make calls to the API. Each property of the client allows you to interact with a different part of the API.

const NexosisClient = require('nexosis-api-client').default
const client = new NexosisClient({ key: nexosisApiKey });

client.DataSets.list().then(dataSets => Console.log(dataSets.items));
client.Sessions.list().then(sessions => Console.log(sessions.items));

Each request returns a Promise, with the body of the response.

More Information

You can read about the Nexosis API at http://docs.nexosis.com/

Refer to the detailed API documentation at https://developers.nexosis.com

Pull requests are welcome

Build Status

3.0.0

6 years ago

2.1.0

6 years ago

2.0.0

6 years ago

1.2.1

6 years ago

1.2.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.9.5

7 years ago

0.9.4

7 years ago

0.9.3

7 years ago

0.9.2

7 years ago

0.9.1

7 years ago

0.9.0

7 years ago

0.8.0

7 years ago

0.7.0

7 years ago

0.6.0

7 years ago

0.5.0

7 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago