Trifolium.Corrections (Trifolium v1.0.0)
Module to be used to interact with Trefle Corrections related endpoints.
Link to this section Summary
Functions
List every possible Correction
s.
This endpoint is NOT paginated, accordingly to Trefle API docs.
Find a specific Correction
, identified by the id
parameter.
Link to this section Functions
Link to this function
all()
Specs
all() :: Trifolium.API.response()
List every possible Correction
s.
This endpoint is NOT paginated, accordingly to Trefle API docs.
Link to this function
find(id)
Specs
find(non_neg_integer()) :: Trifolium.API.response()
Find a specific Correction
, identified by the id
parameter.
Link to this function