Module Make.Feed
type entry_t= Entry.ttype link_t= link_ttype extensions_ttype t={etag : string;kind : string;authors : GdataAtom.Author.t list;categories : GdataAtom.Category.t list;contributors : GdataAtom.Contributor.t list;generator : GdataAtom.Generator.t;icon : GdataAtom.atom_icon;id : GdataAtom.atom_id;updated : GdataAtom.atom_updated;entries : entry_t list;links : link_t list;logo : GdataAtom.atom_logo;rights : GdataAtom.Rights.t;subtitle : GdataAtom.Subtitle.t;title : GdataAtom.Title.t;totalResults : GdataAtom.opensearch_totalResults;itemsPerPage : GdataAtom.opensearch_itemsPerPage;startIndex : GdataAtom.opensearch_startIndex;extensions : extensions_t;}
val etag : (t, string) GapiLens.tval kind : (t, string) GapiLens.tval authors : (t, GdataAtom.Author.t list) GapiLens.tval categories : (t, GdataAtom.Category.t list) GapiLens.tval contributors : (t, GdataAtom.Contributor.t list) GapiLens.tval generator : (t, GdataAtom.Generator.t) GapiLens.tval icon : (t, GdataAtom.atom_icon) GapiLens.tval id : (t, GdataAtom.atom_id) GapiLens.tval updated : (t, GdataAtom.atom_updated) GapiLens.tval entries : (t, entry_t list) GapiLens.tval links : (t, link_t list) GapiLens.tval logo : (t, GdataAtom.atom_logo) GapiLens.tval rights : (t, GdataAtom.Rights.t) GapiLens.tval subtitle : (t, GdataAtom.Subtitle.t) GapiLens.tval title : (t, GdataAtom.Title.t) GapiLens.tval totalResults : (t, GdataAtom.opensearch_totalResults) GapiLens.tval itemsPerPage : (t, GdataAtom.opensearch_itemsPerPage) GapiLens.tval startIndex : (t, GdataAtom.opensearch_startIndex) GapiLens.tval extensions : (t, extensions_t) GapiLens.t
include GdataAtom.AtomData with type t := t
val empty : tval to_xml_data_model : t -> GdataCore.xml_data_model listval of_xml_data_model : t -> GdataCore.xml_data_model -> t
val parse_feed : GdataCore.xml_data_model -> t