Trifolium.Subkingdoms (Trifolium v1.0.0)
Module to be used to interact with Trefle Subkingdoms related endpoints.
Link to this section Summary
Functions
List every possible Subkingom
s.
This endpoint IS paginated, using a optional keyword parameter. By default, the page 1 is returned.
Find a specific Subkingdom
according to its id
or slug
.
Link to this section Functions
Link to this function
all(opts \\ [])
Specs
all([{:page, non_neg_integer()}]) :: Trifolium.API.response()
List every possible Subkingom
s.
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 Subkingdom
according to its id
or slug
.