UNPKG
@allthings/js-sdk
Version:
latest (11.0.2)
11.0.2
11.0.1
JavaScript SDK for communication with the Allthings API
www.allthings.me
qipp/allthings-js-sdk
@allthings/js-sdk
/
README.md
18 lines
(12 loc)
•
326 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# js-sdk [](https://travis-ci.org/qipp/js-sdk)
## Usage
```js import API
from
'allthings-js-sdk'
const
client = API(
'https://accounts.allthings.me'
,
'https://api.allthings.me'
,
'MY_CLIENT_ID'
) ```
## Based on
https:
//github.com/cujojs/rest