Feedistiller.Limits
Limits on the number of items to retrieve and the date range of items.
from:only items newer than this date are retrieved (default is:oldestfor no limit)to:only items older than this date are retrieved (default is:latestfor not limit)max:maximum number of items to retrieve (default is:unlimitedfor no limit)
Summary
Types
t :: %Feedistiller.Limits{from: Timex.DateTime.t | :oldest, to: Timex.DateTime.t | :latest, max: integer | :unlimited}