correios-cep icon indicating copy to clipboard operation
correios-cep copied to clipboard

Find Brazilian addresses by zipcode, directly from Correios database. No HTML parsers.

Results 5 correios-cep issues
Sort by recently updated
recently updated
newest added

I added the dup to fix the error in force encoding for using rails 6

enhancement

@prodis 👍 the output of CI can be checked here (until PR merged): https://github.com/pedrofurtado/correios-cep/actions/runs/1095889282

Currently the response is an empty hash with no information about the error. Some examples: ``` irb(main):014:0> Correios::CEP::AddressFinder.get('11111111') I, [2021-04-04T17:34:31.227034 #31065] INFO -- : > POST https://apps.correios.com.br/SigepMasterJPA/AtendeClienteService/AtendeCliente D, [2021-04-04T17:34:31.227074 #31065]...

bug
enhancement

Check if it is necessary to be more defensive to avoid errors like https://github.com/prodis/correios-cep/pull/21 where Correios API response missed one attribute in XML response.

enhancement