View Source ExTypesense.Connection (ExTypesense v0.4.3)
Fetches credentials either from application env or map.
Summary
Functions
Fetches credentials either from application env or map.
Types
@type t() :: %{ host: String.t() | nil, api_key: String.t() | nil, port: non_neg_integer() | nil, scheme: String.t() | nil }
Functions
Fetches credentials either from application env or map.