1.2.0 • Published 1 year ago

cep-service v1.2.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Exemplo simples de uso

--

import { CepService, TipoIntegracao } from 'cep-service'

const cepService: CepService = new CepService(TipoIntegracao.OPEN_CEP) const response = await cepService.consultar('04843-475')

--

O retorno esperado é:

{

"cep": "04843-475",

"logradouro": "Viela São Paulo",

"complemento": "",

"bairro": "Parque São José",

"cidade": "São Paulo",

"uf": "SP"

}

1.2.0

1 year ago

1.1.6

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago