0.0.1 • Published 4 years ago

wemalo-api-client v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

wemalo api wrapper

a wrapper for the wemalo API

install

npm i -S wemalo-api-wrapper

usage

const WemaloClient = require('./')
const client = new WemaloClient({token: <your api token>})

the API

listing all products

await client.getAllProducts()

get single Product

await client.getProduct("idOfProduct")
0.0.1

4 years ago