Sorting by multiple criterias in Elixir Retrieving results from cursor-paginated endpoints in Elixir

Correios CEP 0.5.1 released! Deprecate zipcode field.

Correios CEP allows to find Brazilian addresses by postal code, directly from Correios API. No HTML parsers.

DEPRECATION NOTE

Correios.CEP.Address.zipcode is deprecated. Use Correios.CEP.Address.postal_code instead.

The version 0.5.1 introduces the field postal_code in Correios.CEP.Address struct with the same value of zipcode field. In the version 0.6.0 the zipcode field will be removed.

Changelog for version 0.5.1:

Added

  • The field postal_code in Correios.CEP.Address with the same value of zipcode field, that will be deprecated in the next version. Part of the Issue #17.

Check it out at: