Current section
Files
Jump to
Current section
Files
lib/trifolium.ex
defmodule Trifolium do
@moduledoc """
Trifolium is a full-featured API client for the [Trefle](https://trefle.io) API.
You can make requests for specific endpoints using the specific modules we have,
for example:
- `Trifolium.Plants`
- `Trifolium.Species`
- `Trifolium.Families`
Also, you can use the helper `Trifolium.Navigation` library to handle navigation between links in the response.
"""
end