CepPromise.info

You're seeing just the function info, go back to CepPromise module for more information.

info

Examples

iex> CepPromise.info("80020100")
{:ok,
  %CepPromise.Cep{
    cep: "80020100",
    city: "Curitiba",
    neighborhood: "Centro",
    state: "PR",
    street: "Praça Tiradentes"
    }
}