# Constants
Broadcast is the suffix for broadcast stream.
BroadcastFriends is the suffix for broadcast friends stream.
BroadcastFriendsStream - broadcast friends stream type.
BroadcastStream - broadcast stream type.
EntryIDLong is the long entry id representation.
FeedPrefix is the prefix for a feed stream.
FeedStream - feed stream type.
KeptUnread is the suffix for kept unread stream.
KeptUnreadStream - kept unread stream type.
LabelPrefix is the prefix for a label stream.
LabelStream - label stream type.
Like is the suffix for like stream.
LikeStream - like stream type.
NoStream - no stream type.
ParamContinuation - name of the parameter for callers to pass to receive the next page of results.
ParamDestination - name of the parameter for the new name of a tag.
ParamItemIDs - name of the parameter with the item ids.
ParamQuickAdd - name of the parameter for a URL being quick subscribed to.
ParamStreamExcludes - name of the parameter containing streams to be excluded.
ParamStreamFilters - name of the parameter containing streams to be included.
ParamStreamID - name of the parameter containing the stream to be included.
ParamStreamMaxItems - name of the parameter containing number of items per page/max items returned.
ParamStreamOrder - name of the parameter containing the sort criteria.
ParamStreamStartTime - name of the parameter containing epoch timestamp, filtering items older than.
ParamStreamStopTime - name of the parameter containing epoch timestamp, filtering items newer than.
ParamSubscribeAction - name of the parameter indicating the action to take for subscription/edit.
ParamTagsAdd - name of the parameter containing tags (streams) to be added.
ParamTagsRemove - name of the parameter containing tags (streams) to be removed.
ParamTitle - name of the parameter for the title of the subscription.
Read is the suffix for read stream.
ReadingList is the suffix for reading list stream.
ReadingListStream - reading list stream type.
ReadStream - read stream type.
Starred is the suffix for starred stream.
StarredStream - starred stream type.
StreamPrefix is the prefix for astreams (read/starred/reading list and so on).
UserLabelPrefix is the user specific prefix prefix for a label stream.
UserStreamPrefix is the user specific prefix for streams (read/starred/reading list and so on).
# Structs
RequestModifiers are the parsed request parameters.
Stream defines a stream type and its ID.
# Type aliases
StreamType represents the possible stream types.