Trifolium.Navigation (Trifolium v1.0.0)
Link to this section Summary
Functions
Given a API returned value, access the first
result page, according to the
links
entry in the API return value.
Given a API returned value, access the last
result page, according to the
links
entry in the API return value.
Given a API returned value, access the next
result page, according to the
links
entry in the API return value.
Link to this section Functions
Link to this function
first(data)
Specs
first(map()) :: Trifolium.API.response()
Given a API returned value, access the first
result page, according to the
links
entry in the API return value.
Link to this function
last(data)
Specs
last(map()) :: Trifolium.API.response()
Given a API returned value, access the last
result page, according to the
links
entry in the API return value.
Link to this function
next(data)
Specs
next(map()) :: Trifolium.API.response()
Given a API returned value, access the next
result page, according to the
links
entry in the API return value.