Humiex.Client (humiex v0.2.0) View Source

Humiex Client configuration

Stores the url, repo and token needed to use the Search API

Link to this section Summary

Link to this section Types

Specs

header() :: {String.t(), String.t()}

Specs

t() :: %Humiex.Client{
  headers: [header()],
  http_client: any(),
  repo: String.t(),
  token: token(),
  url: String.t()
}

Specs

token() :: String.t()

Link to this section Functions

Link to this function

new(base_url, repo, token, opts \\ [])

View Source