Trifolium.Species.get

You're seeing just the function get, go back to Trifolium.Species module for more information.
Link to this function

get(url, headers \\ [], options \\ [])

Specs

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.