Trifolium.Genus.get
You're seeing just the function
get
, go back to Trifolium.Genus module for more information.
Link to this function
get(url, headers \\ [], options \\ [])
Specs
get(binary(), headers(), Keyword.t()) :: {:ok, HTTPoison.Response.t() | HTTPoison.AsyncResponse.t()} | {:error, HTTPoison.Error.t()}
Issues a GET request to the given url.
Returns {:ok, response}
if the request is successful, {:error, reason}
otherwise.
See request/5
for more detailed information.