View Source Sptfy.Object.Paging (Sptfy v0.1.5)

Module for paging struct.

Link to this section Summary

Link to this section Types

@type t() :: %Sptfy.Object.Paging{
  href: term(),
  items: term(),
  limit: term(),
  next: term(),
  offset: term(),
  previous: term(),
  total: term()
}

Link to this section Functions

Link to this function

new(fields, item_module)

View Source