Hunter configuration.
Summary
Functions
Returns the API base URL
Returns the Hunter home directory
Returns HTTP options
Returns adapter module to do run API calls.
Functions
Returns the API base URL
Examples
iex> Hunter.Config.api_base_url()
"https://mastodon.social"
Returns the Hunter home directory
Examples
iex> Path.basename(Hunter.Config.home())
".hunter"
Returns HTTP options
iex> Hunter.Config.http_options()
[]
Returns adapter module to do run API calls.
Examples
iex> Hunter.Config.hunter_api()
Hunter.ApiMock