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

Module for cursor based paging struct.

Link to this section Summary

Link to this section Types

@type t() :: %Sptfy.Object.CursorPaging{
  cursors: term(),
  href: term(),
  items: term(),
  limit: term(),
  next: term(),
  total: term()
}

Link to this section Functions

Link to this function

new(fields, item_module)

View Source