0.3.2 • Published 5 months ago

bling-erp.js v0.3.2

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
5 months ago

bling-erp.js

Biblioteca para interagir com o Bling ERP API.

Recursos

  • Produtos: add, update, delete, getAll, getBySku
  • Pedidos: add, update, getAll, getByNumber
  • Pedidos de Compras: add, update, getAll, getByNumber
  • Contatos: add, update, getAll, getById
  • Categorias: getAll
  • Paginação automática
  • Filtros

Exemplos

Crie uma instância:

const bling = new Bling({
    apikey: apikey,
})

Buscar produto pelo SKU:

async function buscarProdutoPeloSKU () {
  return await bling.produtos.getBySku( sku )
}

Abra um Issue para tirar dúvidas.

0.3.2

5 months ago

0.2.1

2 years ago

0.2.2

2 years ago

0.2.0

3 years ago

0.1.0

4 years ago