Holger-Will / wemalo-api-wrapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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")

About

License:MIT License


Languages

Language:JavaScript 96.6%Language:HTML 3.4%