Item Class¶
-
class
rosteron.Item(date: datetime.date, title: str, detail: Sequence[Optional[str]])¶ An
Itemobject represents one item on the roster.Itemobjects aren’t returned directly; they are instead returned within aSnapshotobject.Data in an
Itemis minimally structured on the assumption that each RosterOn instance formats its data differently (the author has only seen data from one RosterOn Mobile instance). Future releases of this module can provide more structured output if samples are provided from other RosterOn Mobile instances.Parameters: