ExDadata.Client (ExDadata v0.1.0) View Source

Keeps authorization information for DaData.

Link to this section Summary

Functions

Create headers needed to authorize for this client.

Link to this section Types

Link to this section Functions

Link to this function

new(api_key, secret_key, http_adapter, json_adapter)

View Source

Specs

new(String.t(), String.t(), module(), module()) :: t()

Create new client.

Specs

to_headers(t()) :: [{String.t(), String.t()}]

Create headers needed to authorize for this client.