jsonapi v1.0.0 JSONAPI.Page View Source

Configuration struct containing pagination opts for a request

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %JSONAPI.Page{
  cursor: non_neg_integer(),
  limit: non_neg_integer(),
  offset: non_neg_integer(),
  page: non_neg_integer(),
  size: non_neg_integer()
}