0.0.5 • Published 5 years ago
wemalo-api-wrapper v0.0.5
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")