open fun items(state: State = State.UNREAD, sort: Sort = Sort.OLDEST, details: Details = Details.SIMPLE): Collection<Item>
Retrieves existing Items from Pocket
state
- only retrieve Items with this State
sort
- sort Items based on the sort direction
details
- specify whether all Item details shall be returned or only a minimum
Return
all existing Items matching the specified parameters