Inttegro.Specifications (inttegro v0.1.1)

Copy Markdown View Source

Operations for Inttegro specifications.

Summary

Functions

countries(client, options \\ [])

@spec countries(Inttegro.Client.t(), keyword()) ::
  {:ok,
   %{optional(String.t()) => Inttegro.Specifications.CountrySpecification.t()}}
  | {:error, Exception.t()}