CorreiosEx.Services (correios_ex v0.1.2)

Link to this section Summary

Link to this section Types

Link to this type

requestParams()

@type requestParams() :: %{
  contract_number: :string,
  post_card_number: :string,
  sigep_user: :string,
  sigep_password: :string
}
@type service() :: %{code: :integer, name: :string}

Link to this section Functions

Link to this function

list_services(params)

@spec list_services(requestParams()) :: {:ok, [service()]} | {:error, term()}