0.8.6 • Published 6 years ago

@axonize/api v0.8.6

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

axonize-api-js

CircleCI npm npm bundle size

Installation

$ npm install @axonize/api

Or

$ yarn add @axonize/api

Example Usage

const {AxonizeApiClient} = require('@axonize/api');

const api = new AxonizeApiClient({clientId: YOUR_CLIENT_ID, clientSecret: YOUR_CLIENT_SECRET});

await api.devices.getDevices()

Development Setup

Add a local file in the directory root '.env' to setup your dotenv environment variables

# .env
# Axonize API Client dotenv environment variables
clientId=CLIENT_ID
clientSecret=CLIENT_SECRET
internalApiKey=INTERNAL_API_KEY
apiUrl=AXONIZE_API_URL_LIKE_http://api.dev.axonize.com/
testTimeout=60000

Test

$ yarn test
0.8.6

6 years ago

0.8.5

6 years ago

0.8.4

6 years ago

0.8.3

6 years ago

0.8.2

6 years ago

0.8.1

6 years ago

0.8.0

6 years ago

0.7.3

6 years ago

0.7.2

6 years ago

0.7.1

6 years ago

0.7.0

6 years ago

0.6.0

6 years ago

0.5.6

6 years ago

0.5.4

6 years ago

0.5.3

6 years ago

0.5.2

6 years ago

0.5.1

6 years ago

0.5.0

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago