Trifolium.Families (Trifolium v1.0.0)
Module to be used to interact with Trefle Families related endpoints.
Link to this section Summary
Functions
List every possible Family
es.
This endpoint IS paginated, using a optional keyword parameter. By default, the page 1 is returned.
Find a specific Family
according to its id
or slug
.
Link to this section Functions
Link to this function
all(opts \\ [])
Specs
all(page: non_neg_integer(), filter: %{}, order: %{}) :: Trifolium.API.response()
List every possible Family
es.
This endpoint IS paginated, using a optional keyword parameter. By default, the page 1 is returned.
Link to this function
find(id)
Specs
find(non_neg_integer() | String.t()) :: Trifolium.API.response()
Find a specific Family
according to its id
or slug
.