Humiex Client configuration
Stores the url, repo and token needed to use the Search API
header() :: {String.t(), String.t()}
t() :: %Humiex.Client{ headers: [header()], http_client: any(), repo: String.t(), token: token(), url: String.t() }
token() :: String.t()