# `ExIbge.Api`
[🔗](https://github.com/pedrohfonseca81/ex_ibge/blob/main/lib/ex_ibge/api.ex#L1)

# `t`

```elixir
@type t() :: Req.Request.t()
```

# `bangify`

```elixir
@spec bangify({:ok, any()} | {:error, any()} | :ok) :: any()
```

Bangify a result.

# `new!`

```elixir
@spec new!(atom()) :: t()
```

Create a new client for a specific version of the API.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
