1.5.0 • Published 5 years ago

node-integra v1.5.0

Weekly downloads
8
License
MIT
Repository
gitlab
Last release
5 years ago

Node Integra

Node client para consumir a api do Integra

Instalar

yarn add git+ssh://git@gitlab.com:ongrace/node-integra

Como usar?

import client from 'axios'
import Integra from 'integra'

const sponsor = new Integra({client})
await sponsor.auth()
await sponsor.fromCode('NA633468')
console.log(sponsor.name)
  • É necessário exportar as variáveis de ambiente INTEGRA_USER e INTEGRA_PASSWORD
1.5.0

5 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago