wemalo-api-wrapper
v0.0.5
Published
a wrapper for the wemalo API
Downloads
2
Readme
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")